mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-12 13:49:22 -05:00
fix plus voting history page name
This commit is contained in:
parent
aa71886e80
commit
eb99a06cf9
|
|
@ -32,8 +32,6 @@ export const getStaticProps: GetStaticProps<PlusVotingHistoryPageProps> = async
|
|||
month,
|
||||
});
|
||||
|
||||
console.log({ summaries });
|
||||
|
||||
if (!summaries.length) return { notFound: true };
|
||||
|
||||
return {
|
||||
Loading…
Reference in New Issue
Block a user