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