Fix syntax

This commit is contained in:
Dominic Zimmer 2025-05-03 20:36:02 +02:00
parent b42097f4b8
commit c384ce13a5

View File

@ -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"><td>{datestring}</td>
{isSelected ?