don't warn when langselector hasn't loaded

This commit is contained in:
Evan
2025-03-31 13:01:04 -07:00
parent 2f2a71b6a5
commit 38f6af9659
-1
View File
@@ -89,7 +89,6 @@ export const translateText = (
!langSelector.translations ||
Object.keys(langSelector.translations).length === 0
) {
console.warn("Translations not loaded yet");
return key;
}