mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix: revert "code cleanup" and "code cleanup pt 2"
This commit is contained in:
@@ -69,7 +69,7 @@ export default observer(() => {
|
|||||||
|
|
||||||
return flakes;
|
return flakes;
|
||||||
}
|
}
|
||||||
if (isOctober) {
|
else 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
return flakes;
|
else return [];
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user