diff --git a/app/components/building-blocks/poll-result.tsx b/app/components/building-blocks/poll-result.tsx index 6cde50fc..fb155350 100644 --- a/app/components/building-blocks/poll-result.tsx +++ b/app/components/building-blocks/poll-result.tsx @@ -10,7 +10,7 @@ export default function PollResult({ postId: number pCurrent: number voteCount: number - pollType: PollType | null + pollType: PollType }) { const pCurrentString: string = (pCurrent * 100).toFixed(0) + '%'