Skip to content

Commit

Permalink
fix: vault dropdown behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelxuwu authored Nov 13, 2022
1 parent 1ef4f45 commit c332e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/containers/vaults/VaultsMarketDropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const VaultsMarketDropdown = withSuspense(
isSelected={isMarketEqual(market, selectedMarket.address)}
label={`${market.name} Vault`}
href={getPagePath({ page: PageId.Vaults, marketAddressOrName: market.name })}
onClick={onClose}
icon={<MarketImage size={32} name={market.name} />}
rightContent={
<Flex width={80} flexDirection="column" alignItems="flex-end">
Expand Down

0 comments on commit c332e75

Please sign in to comment.