Skip to content

Commit

Permalink
style(marketDropdown): remove label (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Aug 30, 2024
1 parent 26ce345 commit 5bb4189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MarketsDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export const MarketsDropdown = memo(
</div>
)}
<p tw="row gap-0.5 text-color-text-0 font-small-book">
{stringGetter({ key: isOpen ? STRING_KEYS.TAP_TO_CLOSE : STRING_KEYS.ALL_MARKETS })}
{isOpen && stringGetter({ key: STRING_KEYS.TAP_TO_CLOSE })}
<DropdownIcon isOpen={isOpen} />
</p>
</$TriggerContainer>
Expand Down

0 comments on commit 5bb4189

Please sign in to comment.