File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11import { POSTHOG_API_KEY , POSTHOG_URL } from "../Enum/EnvironmentVariable" ;
22import type { PostHog } from "posthog-js" ;
3- import { Emoji } from "../Stores/Utils/emojiSchema" ;
3+ import { Emoji } from "../Stores/Utils/emojiSchema" ;
44// eslint-disable-next-line @typescript-eslint/no-explicit-any
55declare let window : any ;
66
Original file line number Diff line number Diff line change 7272 import { modalIframeStore , modalVisibilityStore } from " ../../Stores/ModalStore" ;
7373 import { userHasAccessToBackOfficeStore } from " ../../Stores/GameStore" ;
7474 import { AddButtonActionBarEvent } from " ../../Api/Events/Ui/ButtonActionBarEvent" ;
75- import {Emoji } from " ../../Stores/Utils/emojiSchema" ;
75+ import { Emoji } from " ../../Stores/Utils/emojiSchema" ;
7676
7777 const menuImg = gameManager .currentStartedRoom ?.miniLogo ?? WorkAdventureImg ;
7878
Original file line number Diff line number Diff line change @@ -411,8 +411,6 @@ class LocalUserStore {
411411 console . error ( "The localStorage key 'emojiFavorite' format is incorrect:" , e ) ;
412412 return null ;
413413 }
414-
415-
416414 }
417415}
418416
You can’t perform that action at this time.
0 commit comments