chore: linting

This commit is contained in:
Danny Avila 2023-07-27 10:25:35 -04:00 committed by Danny Avila
parent 8959576d75
commit d59a3f20cb
8 changed files with 76 additions and 25 deletions

View file

@ -57,4 +57,4 @@ export const localize = (langCode: string, phraseKey: string, ...values: string[
// In case the key is not defined, return empty instead of throw errors.
return '';
};
};