Merge branch 'main' into feature/73-add-flights-page

This commit is contained in:
2025-03-23 11:47:45 -05:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ const LogbookCard = ({ logs, mode, onDelete, onOpenCloseForm }: LogbookCardProps
return (
<Grid container spacing={2}>
{logs.map((log) => {
console.log(log)
return (
<Grid size={12}>
<Card key={log.rowKey}>