Skip to content

Commit

Permalink
fix(wallet-mobile): portfolio sync issues
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Dec 20, 2024
1 parent 7615779 commit 77e7038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wallet-mobile/src/features/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Menu = () => {
/>
)}

{/* <React.Suspense
<React.Suspense
fallback={
<Item
disabled
Expand All @@ -105,7 +105,7 @@ export const Menu = () => {
onPress={navigateTo.catalystVoting}
left={<Icon.Catalyst size={24} color={color.gray_600} />}
/>
</React.Suspense> */}
</React.Suspense>

<KnowledgeBase //
label={strings.knowledgeBase}
Expand Down

0 comments on commit 77e7038

Please sign in to comment.