Styling tweaks

This commit is contained in:
Pieter Vander Vennet 2022-02-14 21:46:35 +01:00
parent 957edb66f5
commit f83a74a18a
3 changed files with 3 additions and 13 deletions

View file

@ -19,7 +19,7 @@ export default class ValidatedTextFieldTranslationsSpec extends T {
const errs = [].concat(...allErrors)
if (errs.length > 0) {
errs.forEach(e => console.log(e))
// throw errs.join("\n")
// throw errs.join("\n")
}
}]
]);