rat poiuson
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user