Fix syntax
This commit is contained in:
parent
b42097f4b8
commit
c384ce13a5
@ -147,6 +147,7 @@ export const RenderTable : React.FC<{API: APIEndPoint, store: Store, setStore: (
|
||||
const fromserver = await API.read();
|
||||
setStore({...fromserver} );
|
||||
}, 150);
|
||||
});
|
||||
}
|
||||
}}
|
||||
key={index} className="reacts"><td>{datestring}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user