Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 13, 2021
1 parent b3b582c commit 79cc338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/src/app/dashboard/view/SourcesTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ export function SourcesTab () {
idOfOwner: group
});
if (updater.response.ok) {
dispatch(createNotificationAction(
`Updated group successfully.`
));
dispatch(createNotificationAction(`Updated group successfully.`));
loadSources();
}
}
Expand Down

0 comments on commit 79cc338

Please sign in to comment.