Skip to content

Commit

Permalink
fix bug: account dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
onghwan committed Feb 11, 2025
1 parent 71c6a12 commit c9b5c08
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ export const createModals = (WalletScreenS: WalletScreenSType): JSX.Element => {
{walletConnectV2Modals}
{browserModals}
<WalletScreenS.Screen
options={{
transitionSpec: {
open: { animation: 'timing', config: { duration: 0 } },
close: { animation: 'timing', config: { duration: 300 } }
}
}}
name={AppNavigation.Modal.AccountDropDown}
component={AccountDropdownComp}
/>
Expand Down

0 comments on commit c9b5c08

Please sign in to comment.