Skip to content

Commit

Permalink
[Issue-162][Mythical Telegram App] fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dungnguyen-art committed Dec 24, 2024
1 parent fb0355c commit f373d8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LINK_NFL_APP_DOWNLOAD } from '@subwallet/extension-koni-ui/constants';
import { HomeContext } from '@subwallet/extension-koni-ui/contexts/screen/HomeContext';
import { useSetCurrentPage } from '@subwallet/extension-koni-ui/hooks';
import { GameAccountListArea } from '@subwallet/extension-koni-ui/Popup/Home/LeaderboardTemp/GameAccountListArea';
import { TERM_AND_CONDITION_MODAL_ID, TermAndConditionModal } from '@subwallet/extension-koni-ui/Popup/Home/LeaderboardTemp/TermAndConditionModal';
import { Metadata, TERM_AND_CONDITION_MODAL_ID, TermAndConditionModal } from '@subwallet/extension-koni-ui/Popup/Home/LeaderboardTemp/TermAndConditionModal';
import { TopThreeArea } from '@subwallet/extension-koni-ui/Popup/Home/LeaderboardTemp/TopThreeArea';
import { ThemeProps } from '@subwallet/extension-koni-ui/types';
import { openInNewTab } from '@subwallet/extension-koni-ui/utils';
Expand Down Expand Up @@ -185,7 +185,7 @@ const Component = ({ className }: Props): React.ReactElement => {
</div>

<TermAndConditionModal
metadata={leaderboardInfo?.metadata || ''}
metadata={leaderboardInfo?.metadata as Metadata}
onCancel={closeTermAndConditionModal}
onOk={closeTermAndConditionModal}
/>
Expand Down

0 comments on commit f373d8c

Please sign in to comment.