fix
This commit is contained in:
@@ -120,7 +120,7 @@ function App() {
|
||||
if (!userState) return;
|
||||
|
||||
const friendBoostUpgrade = UPGRADES.find(u => u.id === 'friendBoost') as Upgrade | undefined;
|
||||
const ownedFriendBoost = (userState?.upgrades?.['friendBoost']?.owned || 0);
|
||||
const ownedFriendBoost = ((userState?.upgrades || {})['friendBoost']?.owned || 0);
|
||||
|
||||
if (timeoutRef.current) {
|
||||
clearTimeout(timeoutRef.current);
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"name": "worker-name","compatibility_date": "2025-08-03","assets": {"directory": "./dist"}}
|
||||
{"name": "bozoclicker","compatibility_date": "2025-08-03","assets": {"directory": "./dist"}}
|
||||
Reference in New Issue
Block a user