Skip to content

Commit bf2ae76

Browse files
committed
Fixed mini bug
1 parent f177323 commit bf2ae76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/components/punk-society/ConfigMenu/AddressInfoDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const AddressInfoDropdown = ({ blockExplorerAddressLink }: AddressInfoDro
7373
</button>
7474
</li>
7575
) : null}
76-
<div className="flex items-center justify-center ">
76+
<div className={selectingNetwork ? "hidden" : "flex items-center justify-center"}>
7777
<SwitchTheme />
7878
</div>
7979
<li className={selectingNetwork ? "hidden" : ""}>

0 commit comments

Comments
 (0)