Merge branch 'main' into feature/73-add-flights-page
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user