rat poiuson

This commit is contained in:
Arjun S
2025-08-04 10:34:04 +00:00
parent 79c38efc94
commit 0e1eb369d5
9 changed files with 365 additions and 161 deletions

View File

@@ -22,7 +22,7 @@ const getMascotName = (imageSrc: string): string => {
.join(' ');
};
export function UpgradeShop({ gameState, userState, onPurchase }: UpgradeShopProps) { // Changed from userClicks
export function UpgradeShop({ userState, onPurchase }: UpgradeShopProps) { // Changed from userClicks
if (!userState) {
return null; // Or a loading/signed-out state
}