Skip to content

Commit ef2ae67

Browse files
author
Jickson P
committed
change barcode_time to qrcode_time
1 parent 202c07f commit ef2ae67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/QRcodeRow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const styles = StyleSheet.create({
3535
alignItems: 'flex-end',
3636
justifyContent: 'flex-end',
3737
},
38-
barcode_time: {
38+
qrcode_time: {
3939
fontSize: 12,
4040
fontWeight: '200',
4141
},
@@ -49,7 +49,7 @@ class QRcodeRow extends Component {
4949
{this.props.barcode.code}
5050
</Text>
5151
<View style={styles.qrcode_time_container}>
52-
<Text style={styles.barcode_time}>
52+
<Text style={styles.qrcode_time}>
5353
{toDateString(this.props.barcode.time)}
5454
</Text>
5555
</View>

0 commit comments

Comments
 (0)