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">