mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Minor checking fix for UI
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user