Skip to content

Commit 8cfe324

Browse files
committed
revert
1 parent a156f1c commit 8cfe324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/Passcode/Base/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const Base = forwardRef<IBase, IPasscodeBase>(
144144
</Col>
145145
<Col style={[styles.colButton, heightButtonRow]}>
146146
<Button testID='passcode-button-backspace' style={heightButtonRow} icon='backspace' onPress={onPressDelete} />
147-
</Col>
147+
</Col>
148148
</Row>
149149
</Grid>
150150
</Animatable.View>

0 commit comments

Comments
 (0)