From b5093a2b80775198b930ab4c5860ace1411e7194 Mon Sep 17 00:00:00 2001 From: oikkoikk Date: Fri, 6 Oct 2023 13:32:21 +0900 Subject: [PATCH] [SWM-339] Fix : Google login prompt rendering bug --- src/components/login/GoogleOneTapPortal.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/login/GoogleOneTapPortal.tsx b/src/components/login/GoogleOneTapPortal.tsx index 90131c6..7c990dd 100644 --- a/src/components/login/GoogleOneTapPortal.tsx +++ b/src/components/login/GoogleOneTapPortal.tsx @@ -1,7 +1,3 @@ -import { memo } from "react"; - -const GoogleOneTapPortal = () => { +export default function GoogleOneTapPortal() { return
; -}; - -export default memo(GoogleOneTapPortal); \ No newline at end of file +}