Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vidvidvid committed Oct 30, 2024
1 parent d43bb3c commit 41d249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/ui/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,7 @@ export default function Dashboard() {
pool={pool || '0'}
setOpen={setOpen}
/> */}
<NetworkSelector
chain={chain as string}
dropdownSelectedChain={+chain}
/>
<NetworkSelector dropdownSelectedChain={+chain} />
</div>
</div>
{/* <div className={`w-full mt-2 col-span-5`}>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/app/market/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function Market() {
<StakingTile chain={+chain} />
</div>
{/* //............................................ */}
<div className={`w-full my-3 flex flex-wrap `}>
<div className={`w-full my-4 flex flex-wrap`}>
<NetworkSelector
dropdownSelectedChain={+chain}
upcomingChains={[
Expand Down

0 comments on commit 41d249c

Please sign in to comment.