Add image display to flight logs
This commit is contained in:
@@ -31,7 +31,6 @@ export default function Dashboard() {
|
||||
|
||||
useEffect(() => {
|
||||
if (totals.isFetched && !!totals.data) {
|
||||
console.log(totals.data);
|
||||
setTotalsData(totals.data);
|
||||
}
|
||||
}, [totals.data]);
|
||||
|
Reference in New Issue
Block a user