fix chain select

This commit is contained in:
Bill He
2024-01-29 15:05:22 -08:00
parent 4ced747e8d
commit 466cd85502
@@ -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 ? (
<>