Skip to content

Commit d22f7de

Browse files
committed
chore :: [#111] 외출자 복귀 에러 메세지 변경
1 parent 5dd2fff commit d22f7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/Feature/OutListFeature/Sources/OutListReducer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public struct OutListReducer: Reducer {
124124
case let .returnStudentsResponse(.failure(error)):
125125
state.showAlert = true
126126
state.alertSuccessType = .fail
127-
state.alertMessage = error.localizedDescription
127+
state.alertMessage = "복귀를 실패하였습니다"
128128
return .none
129129

130130
case .clearError:

0 commit comments

Comments
 (0)