mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-27 09:28:19 +00:00
eslint: remove unused var
This commit is contained in:
parent
09c02160ea
commit
9437cb25e8
@ -46,11 +46,6 @@ const Verify = styled(Column)`
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Label = styled.div`
|
|
||||||
color: ${colors.TEXT_SECONDARY};
|
|
||||||
padding: 5px 0px 10px 0;
|
|
||||||
`;
|
|
||||||
|
|
||||||
type State = {
|
type State = {
|
||||||
signMessage: string,
|
signMessage: string,
|
||||||
verifyAddress: string,
|
verifyAddress: string,
|
||||||
|
Loading…
Reference in New Issue
Block a user