We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3e729 commit a47a4bcCopy full SHA for a47a4bc
src/shared/components/main/components/board/Boardgame.tsx
@@ -10,7 +10,6 @@ const Boardgame = () => {
10
const router = useRouter();
11
const { data, isLoading, isError } = useGetHasBoardStamp();
12
13
- // todo : 스탬프 여부 넘기기
14
const places = data?.result?.places ?? [];
15
console.log('보드게임 스탬프 현황:', places);
16
@@ -58,7 +57,6 @@ const Boardgame = () => {
58
57
}
59
className={cn(
60
'aspect-square cursor-pointer flex items-center justify-center transition-all duration-300',
61
- hasStamp ? 'bg-transparent' : 'bg-transparent',
62
)}
63
>
64
{hasStamp && (
0 commit comments