mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fixup! feat(trading): enhance country selection modal with search functionality and improved UI
This commit is contained in:
@@ -32,7 +32,9 @@ export const TradingFormInputCountry = ({ label }: TradingFormInputDefaultProps)
|
||||
</Row>
|
||||
</Row>
|
||||
</GhostContainer>
|
||||
{isModalOpen && <CountrySelectModal onClose={() => setIsModalOpen(false)} heading={label} />}
|
||||
{isModalOpen && (
|
||||
<CountrySelectModal onClose={() => setIsModalOpen(false)} heading={label} />
|
||||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user