diff --git a/src/app/harbor/shop/shop.tsx b/src/app/harbor/shop/shop.tsx index 29feb865..a426dc4b 100644 --- a/src/app/harbor/shop/shop.tsx +++ b/src/app/harbor/shop/shop.tsx @@ -4,7 +4,6 @@ import { useState, useEffect } from 'react' import { getShop, ShopItem } from './shop-utils' import useLocalStorageState from '../../../../lib/useLocalStorageState.js' import { HsSession } from '@/app/utils/auth.js' -import JaggedCardSmall from '@/components/jagged-card-small' import { ShopItemComponent } from './shop-item-component.js' import { ShopkeeperComponent } from './shopkeeper.js' @@ -88,7 +87,9 @@ export default function Shop({ session }: { session: HsSession }) {
- + {!isTutorial && ( + + )}