wip: overview (#688)

* wip: overview
This commit is contained in:
Carlos Valente
2024-01-01 22:06:23 +01:00
committed by GitHub
parent 9a4d659b04
commit 3d9a9a2226
8 changed files with 143 additions and 38 deletions
@@ -16,5 +16,5 @@ export default function useProjectData() {
networkMode: 'always',
});
return { data, status, isFetching, isError, refetch };
return { data: data ?? projectDataPlaceholder, status, isFetching, isError, refetch };
}