adding flights page
This commit is contained in:
BIN
app/public/layers-2x.png
Normal file
BIN
app/public/layers-2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
app/public/layers.png
Normal file
BIN
app/public/layers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 696 B |
BIN
app/public/marker-icon-2x.png
Normal file
BIN
app/public/marker-icon-2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
app/public/marker-icon.png
Normal file
BIN
app/public/marker-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
app/public/marker-shadow.png
Normal file
BIN
app/public/marker-shadow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 618 B |
@@ -8,7 +8,6 @@ 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