chore: code cleanup

pull/784/head
Sophie L 2022-09-19 17:20:27 +01:00 committed by GitHub
parent 6d3e0e6cf8
commit 5d12ef9de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ export default observer(() => {
return flakes;
}
else if (isOctober) {
if (isOctober) {
for (let i = 0; i < 15; i++) {
flakes.push("🎃");
flakes.push("💀");
@ -84,7 +84,7 @@ export default observer(() => {
return flakes;
}
else return [];
return [];
}, []);
return (