chore: update build
This commit is contained in:
parent
46d2af3620
commit
7466fc36bb
1 changed files with 1 additions and 1 deletions
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
|
@ -4636,7 +4636,7 @@ reducers[ACTIONS.FETCH_CLAIM_LIST_MINE_COMPLETED] = function (state, action) {
|
|||
var pendingById = Object.assign({}, state.pendingById);
|
||||
|
||||
claims.filter(function (claim) {
|
||||
return claim.category && claim.category.match(/claim/);
|
||||
return claim.category && (claim.category.match(/claim/) || claim.category.match(/update/));
|
||||
}).forEach(function (claim) {
|
||||
byId[claim.claim_id] = claim;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue