1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-13 01:20:59 +00:00

nitpick: ampersand

This commit is contained in:
Szymon Lesisz 2018-12-05 10:59:12 +01:00
parent ebce4562df
commit 38bc1c7c30

View File

@ -76,7 +76,7 @@ class SignVerify extends Component <Props> {
const verifyAddressError = this.getError('verifyAddress'); const verifyAddressError = this.getError('verifyAddress');
return ( return (
<Content> <Content>
<Title>Sign & Verify</Title> <Title>Sign &amp; Verify</Title>
<Wrapper> <Wrapper>
<Sign> <Sign>
<Row> <Row>