Skip to content

Commit c0c9299

Browse files
fix lint issue
1 parent 0c4e467 commit c0c9299

File tree

1 file changed

+4
-4
lines changed
  • packages/modal/src/ui/components/Root

1 file changed

+4
-4
lines changed

packages/modal/src/ui/components/Root/Root.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,14 @@ function Root(props: RootProps) {
385385
// Default
386386
return "539px";
387387
}, [
388-
isWalletDetailsExpanded,
389-
modalState.currentPage,
390-
isSocialLoginsExpanded,
391-
installedConnectorButtons,
392388
privacyPolicy,
393389
tncLink,
394390
enableMainSocialLoginButton,
395391
modalState.status,
392+
modalState.currentPage,
393+
isWalletDetailsExpanded,
394+
isSocialLoginsExpanded,
395+
topInstalledConnectorButtons.length,
396396
]);
397397

398398
const contextValue = useMemo(

0 commit comments

Comments
 (0)