Skip to content

Commit

Permalink
fix-146: 플래너 화면 인증 안된 투두 메뉴 아이템 리스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonjunNotPed committed Mar 13, 2023
1 parent c512cd7 commit 5b14159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ class SelectMenuBottomSheetDialog : BottomSheetDialogFragment() {
DialogMenuItemType.TODO_PLANNER
)
DialogMenuType.TODO_PLANNER_CHECKED_PROOFED_TYPE -> listOf(
DialogMenuItemType.TODO_PROOF,
DialogMenuItemType.TODO_DELETE
)
DialogMenuType.TODO_PLANNER_CHECKED_NOT_PROOFED_TYPE -> listOf(
DialogMenuItemType.TODO_PROOF,
DialogMenuItemType.TODO_DELETE
)
DialogMenuType.TODO_PLANNER_UNCHECKED_TYPE -> listOf(
Expand Down

0 comments on commit 5b14159

Please sign in to comment.