fix chain select
This commit is contained in:
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 ? (
|
||||
<>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user