diff --git a/src/features/projects/components/ProjectItem.tsx b/src/features/projects/components/ProjectItem.tsx index 6efe016f..a896d9a7 100644 --- a/src/features/projects/components/ProjectItem.tsx +++ b/src/features/projects/components/ProjectItem.tsx @@ -58,7 +58,7 @@ export const ProjectItem = ({ - {!isLoading && state && action && appState === EAppState.VOTING && ( + {!isLoading && state !== undefined && action && appState === EAppState.VOTING && (
{state === EProjectState.DEFAULT && (