From c33f655ec549eb8bfa598f83dbc212745f532998 Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Sat, 10 Apr 2021 20:00:32 -0400 Subject: [PATCH] remove empty script tag --- src/components/Profile.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Profile.tsx b/src/components/Profile.tsx index 973c036..e647068 100644 --- a/src/components/Profile.tsx +++ b/src/components/Profile.tsx @@ -148,7 +148,6 @@ const Profile = () => { })} - ); };