Don't count first load

This commit is contained in:
Panayiotis Lipiridis 2020-12-03 15:26:16 +02:00
parent 668150a667
commit c43109a230
2 changed files with 0 additions and 2 deletions

View file

@ -85,7 +85,6 @@ export const setLanguageFirstTime = async () => {
);
languageDetector.cacheUserLanguage(currentLanguage.lng);
trackEvent(EVENT_CHANGE, "language on load", currentLanguage.lng);
};
export const getLanguage = () => currentLanguage;