Skip to content

Commit f8fcd57

Browse files
committed
Adding Lot number to PathCheck's Certificates
1 parent deb67a3 commit f8fcd57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/VaccineCard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ export default class VaccineCard extends Component {
7272
<Text style={styles.notesCaps}>{this.cert().name}, {this.formatDoB(this.cert().dob)}</Text>
7373
</View>
7474
}
75+
7576
<View style={styles.row}>
7677
<Text style={styles.notes}>Shot taken on {Moment(this.cert().date).format('MMM DD, YYYY')}</Text>
7778
</View>
7879

7980
<View style={styles.row}>
8081
<Text style={styles.notes}>
81-
{this.format([this.cert().site, this.cert().route, this.cert().dose])}
82+
{this.format(["#"+this.cert().lot, this.cert().site, this.cert().route, this.cert().dose/1000 + "ml"])}
8283
</Text>
8384
</View>
8485

0 commit comments

Comments
 (0)