Skip to content

Commit

Permalink
style: added whitespaces
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn Taelemans <stijn@digita.ai>
  • Loading branch information
wouteraj and lem-onade authored Apr 21, 2021
1 parent 289e9b0 commit 0c118c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nde-erfgoed-manage/lib/app.actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const addAlert = assign<AppContext, AddAlertEvent>({
throw new ArgumentError('Argument event && event.alert should be set.', event || !event.alert);
}
return [
...context.alerts ?context.alerts.filter((alert) => alert.message !== event.alert.message) : [],
...context.alerts ? context.alerts.filter((alert) => alert.message !== event.alert.message) : [],
event.alert,
];
},
Expand Down

0 comments on commit 0c118c8

Please sign in to comment.