mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
chore: code cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ export default observer(() => {
|
|||||||
|
|
||||||
return flakes;
|
return flakes;
|
||||||
}
|
}
|
||||||
else if (isOctober) {
|
if (isOctober) {
|
||||||
for (let i = 0; i < 15; i++) {
|
for (let i = 0; i < 15; i++) {
|
||||||
flakes.push("🎃");
|
flakes.push("🎃");
|
||||||
flakes.push("💀");
|
flakes.push("💀");
|
||||||
@@ -84,7 +84,7 @@ export default observer(() => {
|
|||||||
return flakes;
|
return flakes;
|
||||||
}
|
}
|
||||||
|
|
||||||
else return [];
|
return [];
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user