Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Mar 6, 2025
1 parent d377bbe commit 9f37655
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/reducers/src/vis-state-updaters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2391,9 +2391,6 @@ export const createNewDatasetSuccessUpdater = (
const {results, addToMapOptions} = action.payload;
const newDataEntries = results.reduce((accu, result) => {
if (result.status === 'fulfilled') {
if (result.value.type === '@@kepler.gl/ADD_NOTIFICATION') {
return accu;
}
const dataset = result.value;
return {...accu, [dataset.id]: dataset};
} else {
Expand Down

0 comments on commit 9f37655

Please sign in to comment.