Merge branch 'dillon/57-second-voucher-first-milestone' into development

This commit is contained in:
Dillon Ngo
2024-04-02 21:28:48 +08:00
+1 -1
View File
@@ -11,7 +11,7 @@ export default {
return state.vouchersCount;
},
showVoucherUpdateIndicator: state => {
if (!state.lastSeenVoucherTimestamp && state.voucherCount > 0) {
if (!state.lastSeenVoucherTimestamp && state.latestVoucherTimestamp && state.voucherCount > 0) {
return true;
}
if (!state.latestVoucherTimestamp) {