diff --git a/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift b/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift index c7d94046..84fc76da 100644 --- a/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift +++ b/app/ios/Modules/Sources/Schedule/ComposeScheduleListScreen.swift @@ -12,7 +12,7 @@ public struct ComposeScheduleListScreen: UIViewControllerRepresentable { getParticipantScheduleListUseCase: Container.shared.get( type: GetParticipantScheduleListUseCase.self), userMessageStateHolder: Container.shared.get(type: UserMessageStateHolder.self), - dateTimeFormatter: Container.shared.get(type: CommonNitoDateTimeFormatter.self) + dateTimeFormatter: Container.shared.get(type: CommonNitoDateFormatter.self) ) ) } diff --git a/app/ios/Modules/Sources/Top/ComposeTopScreen.swift b/app/ios/Modules/Sources/Top/ComposeTopScreen.swift index e5c619be..88a2cb6d 100644 --- a/app/ios/Modules/Sources/Top/ComposeTopScreen.swift +++ b/app/ios/Modules/Sources/Top/ComposeTopScreen.swift @@ -20,7 +20,7 @@ public struct ComposeTopScreen: UIViewControllerRepresentable { stateMachine: TopScreenStateMachine( getRecentSchedule: Container.shared.get(type: GetRecentScheduleUseCase.self), userMessageStateHolder: Container.shared.get(type: UserMessageStateHolder.self), - dateTimeFormatter: Container.shared.get(type: CommonNitoDateTimeFormatter.self) + dateTimeFormatter: Container.shared.get(type: CommonNitoDateFormatter.self) ), onScheduleListClick: onScheduleListButtonClick, onSettingsClick: onSettingsButtonClick