mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-12 22:56:05 +00:00
remove empty space
This commit is contained in:
parent
5fb9656f2b
commit
b5c8d2d708
@ -164,7 +164,7 @@ class Pin extends PureComponent<Props, State> {
|
|||||||
</InputRow>
|
</InputRow>
|
||||||
<PinRow>
|
<PinRow>
|
||||||
<PinButton type="button" data-value="7" onClick={() => this.onPinAdd(7)}>
|
<PinButton type="button" data-value="7" onClick={() => this.onPinAdd(7)}>
|
||||||
•{' '}
|
•
|
||||||
</PinButton>
|
</PinButton>
|
||||||
<PinButton type="button" data-value="8" onClick={() => this.onPinAdd(8)}>
|
<PinButton type="button" data-value="8" onClick={() => this.onPinAdd(8)}>
|
||||||
•
|
•
|
||||||
@ -175,7 +175,7 @@ class Pin extends PureComponent<Props, State> {
|
|||||||
</PinRow>
|
</PinRow>
|
||||||
<PinRow>
|
<PinRow>
|
||||||
<PinButton type="button" data-value="4" onClick={() => this.onPinAdd(4)}>
|
<PinButton type="button" data-value="4" onClick={() => this.onPinAdd(4)}>
|
||||||
•{' '}
|
•
|
||||||
</PinButton>
|
</PinButton>
|
||||||
<PinButton type="button" data-value="5" onClick={() => this.onPinAdd(5)}>
|
<PinButton type="button" data-value="5" onClick={() => this.onPinAdd(5)}>
|
||||||
•
|
•
|
||||||
@ -186,7 +186,7 @@ class Pin extends PureComponent<Props, State> {
|
|||||||
</PinRow>
|
</PinRow>
|
||||||
<PinRow>
|
<PinRow>
|
||||||
<PinButton type="button" data-value="1" onClick={() => this.onPinAdd(1)}>
|
<PinButton type="button" data-value="1" onClick={() => this.onPinAdd(1)}>
|
||||||
•{' '}
|
•
|
||||||
</PinButton>
|
</PinButton>
|
||||||
<PinButton type="button" data-value="2" onClick={() => this.onPinAdd(2)}>
|
<PinButton type="button" data-value="2" onClick={() => this.onPinAdd(2)}>
|
||||||
•
|
•
|
||||||
|
Loading…
Reference in New Issue
Block a user