Skip to content

Commit

Permalink
fix(feed): 케밥메뉴 조건식 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjh11130 committed Sep 6, 2023
1 parent bba4ea2 commit 7e2dfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/feed/src/common/hooks/useKebaButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const useKebaButton = (navUrl: string, feedId: string, categoryId: string) => {

const menuAction: Record<(typeof actionSheetMenu)[number], () => void> = {
삭제하기: () => {
categoryId && deleteConfirm();
deleteConfirm();
},
신고하기: () => {
sendBridgeEvent('navigate', {
Expand Down

0 comments on commit 7e2dfdc

Please sign in to comment.