Skip to content

Commit a2acf35

Browse files
committed
[feat] keep 저장 연결
1 parent bd35723 commit a2acf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/recommend/components/bot/BotCocktailCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function BotCocktailCard({
2929
<span className="text-gray-500 text-sm">+ 상세보기</span>
3030
</div>
3131
</Link>
32-
<Keep className="absolute top-2 right-2" />
32+
<Keep cocktailId={cocktailId} className="absolute top-2 right-2" />
3333
</div>
3434
);
3535
}

0 commit comments

Comments
 (0)