Skip to content

Commit abe7dbc

Browse files
committed
🚨 :: EditType getter return 누락 해결
1 parent 774de90 commit abe7dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Projects/Feature/BaseFeature/Interface/Enum/EditType.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public enum EditType {
2929
switch self {
3030

3131
case .reNameprofileName:
32-
"이름 수정"
32+
return "이름 수정"
3333
case .newBookMark:
34-
"저장 목록 만들기"
34+
return "저장 목록 만들기"
3535
case .reNameBookMark:
36-
"저장목록 이름 수정"
36+
return "저장목록 이름 수정"
3737
}
3838
}
3939

0 commit comments

Comments
 (0)