Add <MissingIndicator /> when status or account are not found, skip alerts
for those errors
This commit is contained in:
@ -46,6 +46,7 @@ export function fetchStatusCardFail(id, error) {
|
||||
type: STATUS_CARD_FETCH_FAIL,
|
||||
id,
|
||||
error,
|
||||
skipLoading: true
|
||||
skipLoading: true,
|
||||
skipAlert: true
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user