Skip to content

Commit a47a4bc

Browse files
committed
refactor: 코드 정리
1 parent 9e3e729 commit a47a4bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared/components/main/components/board/Boardgame.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const Boardgame = () => {
1010
const router = useRouter();
1111
const { data, isLoading, isError } = useGetHasBoardStamp();
1212

13-
// todo : 스탬프 여부 넘기기
1413
const places = data?.result?.places ?? [];
1514
console.log('보드게임 스탬프 현황:', places);
1615

@@ -58,7 +57,6 @@ const Boardgame = () => {
5857
}
5958
className={cn(
6059
'aspect-square cursor-pointer flex items-center justify-center transition-all duration-300',
61-
hasStamp ? 'bg-transparent' : 'bg-transparent',
6260
)}
6361
>
6462
{hasStamp && (

0 commit comments

Comments
 (0)