mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
renamed component
This commit is contained in:
parent
b13da082e0
commit
3566f1b3c5
@ -48,7 +48,7 @@ const Message = styled.div`
|
||||
`;
|
||||
|
||||
// eslint-disable-next-line arrow-body-style
|
||||
const UnsupportedCoin = (props: Props) => {
|
||||
const FirmwareUnsupported = (props: Props) => {
|
||||
return (
|
||||
<Wrapper>
|
||||
<Row>
|
||||
@ -63,4 +63,4 @@ const UnsupportedCoin = (props: Props) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default UnsupportedCoin;
|
||||
export default FirmwareUnsupported;
|
Loading…
Reference in New Issue
Block a user