From 799794e1231289bd23b3b4a37eaf6eac0f0ddd11 Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Thu, 3 Oct 2024 17:30:16 +0200 Subject: [PATCH] Patrick you deleted a type while trying to fix it --- app/components/settings/Settings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/settings/Settings.tsx b/app/components/settings/Settings.tsx index da0c407..be45162 100644 --- a/app/components/settings/Settings.tsx +++ b/app/components/settings/Settings.tsx @@ -577,6 +577,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = ( label="New Name" value={newName} setValue={setNewName} + type="text" placeholder={localStorage.getItem("accountName") || "Current Name"} // Show current name or a default />