We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202c07f commit ef2ae67Copy full SHA for ef2ae67
src/components/QRcodeRow.js
@@ -35,7 +35,7 @@ const styles = StyleSheet.create({
35
alignItems: 'flex-end',
36
justifyContent: 'flex-end',
37
},
38
- barcode_time: {
+ qrcode_time: {
39
fontSize: 12,
40
fontWeight: '200',
41
@@ -49,7 +49,7 @@ class QRcodeRow extends Component {
49
{this.props.barcode.code}
50
</Text>
51
<View style={styles.qrcode_time_container}>
52
- <Text style={styles.barcode_time}>
+ <Text style={styles.qrcode_time}>
53
{toDateString(this.props.barcode.time)}
54
55
</View>
0 commit comments