Skip to content

Commit

Permalink
[Issue-194] [update] Mythical_Telegram_App - Implement Rewards histor…
Browse files Browse the repository at this point in the history
…y UI logic #4
  • Loading branch information
Thiendekaco committed Dec 27, 2024
1 parent 2d93b13 commit e45058d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/extension-koni-ui/src/Popup/Home/MyProfile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ const Component = ({ className }: Props): React.ReactElement => {
<div className={className}>
<MainScreenHeader
className={'profile-header'}
rightPartNode={
(
<MythButton
className={'login-button'}
isLoading={loading}
onClick={!isLinkedMyth ? logIn : logOut}
>
{!isLinkedMyth ? t('Log in') : t('Log out')}
</MythButton>
)
}
// rightPartNode={
// (
// <MythButton
// className={'login-button'}
// isLoading={loading}
// onClick={!isLinkedMyth ? logIn : logOut}
// >
// {!isLinkedMyth ? t('Log in') : t('Log out')}
// </MythButton>
// )
// }
title={t('My profile')}
/>
<div className={'__profile-container'}>
Expand Down

0 comments on commit e45058d

Please sign in to comment.