From 388a430613c107e3c851e14d7ab69aa1e7c1be9b Mon Sep 17 00:00:00 2001 From: Peter KW Date: Mon, 18 Mar 2024 17:22:40 +0100 Subject: [PATCH] Tiny fix --- frontend/src/Components/BasicWindow.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Components/BasicWindow.tsx b/frontend/src/Components/BasicWindow.tsx index ea37bb8..d5fd3b6 100644 --- a/frontend/src/Components/BasicWindow.tsx +++ b/frontend/src/Components/BasicWindow.tsx @@ -5,7 +5,6 @@ function BasicWindow({ content, buttons, }: { - username: string; content: React.ReactNode; buttons: React.ReactNode; }): JSX.Element {