From 79cc33871075e61580d11f20fb1dce255fc6b730 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 13 Aug 2021 07:27:14 -0700 Subject: [PATCH] Fixed spacing --- ui/src/app/dashboard/view/SourcesTab.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/app/dashboard/view/SourcesTab.js b/ui/src/app/dashboard/view/SourcesTab.js index ada7b83cd..76c5d3770 100644 --- a/ui/src/app/dashboard/view/SourcesTab.js +++ b/ui/src/app/dashboard/view/SourcesTab.js @@ -41,9 +41,7 @@ export function SourcesTab () { idOfOwner: group }); if (updater.response.ok) { - dispatch(createNotificationAction( - `Updated group successfully.` - )); + dispatch(createNotificationAction(`Updated group successfully.`)); loadSources(); } }