1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-30 20:28:09 +00:00

renamed component

This commit is contained in:
slowbackspace 2018-12-16 23:46:32 +01:00
parent b13da082e0
commit 3566f1b3c5

View File

@ -48,7 +48,7 @@ const Message = styled.div`
`; `;
// eslint-disable-next-line arrow-body-style // eslint-disable-next-line arrow-body-style
const UnsupportedCoin = (props: Props) => { const FirmwareUnsupported = (props: Props) => {
return ( return (
<Wrapper> <Wrapper>
<Row> <Row>
@ -63,4 +63,4 @@ const UnsupportedCoin = (props: Props) => {
); );
}; };
export default UnsupportedCoin; export default FirmwareUnsupported;