fix chain select

This commit is contained in:
Bill He 2024-01-29 15:05:22 -08:00
parent 4ced747e8d
commit 466cd85502
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -79,7 +79,7 @@ export const SourceSelectMenu = ({
<Styled.ChainRow>
{selectedChainOption ? (
<>
<Styled.Img src={selectedChainOption.iconUrl} alt="" /> {selectedChainOption.string}
<Styled.Img src={selectedChainOption.iconUrl} alt="" /> {selectedChainOption.stringKey}
</>
) : selectedExchangeOption ? (
<>