From 1d6f8c5ceb2d3408d2e1b6549963fcd27647992a Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Tue, 8 Feb 2022 12:28:50 -0500 Subject: [PATCH] refactor: appease Prettier --- src/components/Login/index.tsx | 14 +++++++------- .../NotificationType/index.tsx | 2 +- src/components/PermissionOption/index.tsx | 2 +- .../UserSettings/UserGeneralSettings/index.tsx | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Login/index.tsx b/src/components/Login/index.tsx index 052b72e44..12d238406 100644 --- a/src/components/Login/index.tsx +++ b/src/components/Login/index.tsx @@ -94,7 +94,7 @@ const Login = () => { } return ( -
+
{ ) ?? [] } /> -
+
-
- Logo -

+
+ Logo +

{intl.formatMessage(messages.signinheader)}

@@ -128,10 +128,10 @@ const Login = () => { leaveFrom="opacity-100" leaveTo="opacity-0" > -
+
- +

diff --git a/src/components/NotificationTypeSelector/NotificationType/index.tsx b/src/components/NotificationTypeSelector/NotificationType/index.tsx index da2474295..07bdb962a 100644 --- a/src/components/NotificationTypeSelector/NotificationType/index.tsx +++ b/src/components/NotificationTypeSelector/NotificationType/index.tsx @@ -45,7 +45,7 @@ const NotificationType = ({ } />

-
-