From 227fc24d3aedba79a30eaf3963a9e9e8fefcba2a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 28 May 2020 19:04:34 +0100 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/Notifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notifier.js b/src/Notifier.js index fac6f4e854..cd328ba565 100644 --- a/src/Notifier.js +++ b/src/Notifier.js @@ -27,7 +27,7 @@ import { _t } from './languageHandler'; import Modal from './Modal'; import SettingsStore, {SettingLevel} from "./settings/SettingsStore"; import { - hideToast as hideNotificationsToast, showToast as showNotificationsToast, + hideToast as hideNotificationsToast, } from "./toasts/DesktopNotificationsToast"; /*