Skip to content

Commit

Permalink
[SWM-339] Fix : Google login prompt rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oikkoikk committed Oct 6, 2023
1 parent a18749c commit b5093a2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/login/GoogleOneTapPortal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { memo } from "react";

const GoogleOneTapPortal = () => {
export default function GoogleOneTapPortal() {
return <div id='google-one-tap' className='absolute top-3 right-3' />;
};

export default memo(GoogleOneTapPortal);
}

0 comments on commit b5093a2

Please sign in to comment.