From c384ce13a5c9dc35893ec5c8a5ea5f70ac0f76fa Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Sat, 3 May 2025 20:36:02 +0200 Subject: [PATCH] Fix syntax --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 88f2c79..550b5eb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -147,7 +147,8 @@ export const RenderTable : React.FC<{API: APIEndPoint, store: Store, setStore: ( const fromserver = await API.read(); setStore({...fromserver} ); }, 150); - } + }); + } }} key={index} className="reacts">{datestring} {isSelected ?