diff --git a/ng-app/src/store.ts b/ng-app/src/store.ts index ae93716..0fbd87a 100644 --- a/ng-app/src/store.ts +++ b/ng-app/src/store.ts @@ -44,7 +44,8 @@ init({ }); export const display_error = (error: string) => { - // Check, if error tranlsation does not exist + console.log(error); + // TODO: Check, if error tranlsation does not exist const parts = error.split(":"); let res = get(format)("errors." + parts[0]); if (parts[1]) {