Add image display to flight logs

This commit is contained in:
april
2024-01-15 11:52:29 -06:00
parent 4b80593aa3
commit 2395bb10bf
8 changed files with 107 additions and 8 deletions

View File

@@ -31,7 +31,6 @@ export default function Dashboard() {
useEffect(() => {
if (totals.isFetched && !!totals.data) {
console.log(totals.data);
setTotalsData(totals.data);
}
}, [totals.data]);