fix plus voting history page name

This commit is contained in:
Kalle 2021-02-15 12:01:20 +02:00
parent aa71886e80
commit eb99a06cf9

View File

@ -32,8 +32,6 @@ export const getStaticProps: GetStaticProps<PlusVotingHistoryPageProps> = async
month,
});
console.log({ summaries });
if (!summaries.length) return { notFound: true };
return {