Skip to content

Commit 52c7ee7

Browse files
committed
refactor: AlertTitle 사용
1 parent e003d99 commit 52c7ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/PushNotification/PushNotificationListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct PushNotificationListView: View {
3737
.listStyle(.plain)
3838
}
3939
.alert(
40-
"",
40+
viewModel.state.alertTitle,
4141
isPresented: Binding(
4242
get: { viewModel.state.showAlert },
4343
set: { viewModel.send(.setAlert(isPresented: $0)) }

0 commit comments

Comments
 (0)