diff --git a/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js b/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js
index 63e00adb9f..8b62978b24 100644
--- a/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js
+++ b/src/core_modules/capture-core/components/WidgetEventSchedule/ScheduleDate/ScheduleDate.component.js
@@ -5,7 +5,7 @@ import withStyles from '@material-ui/core/styles/withStyles';
import { DateField } from 'capture-core/components/FormFields/New';
import { InfoBox } from '../InfoBox';
import type { Props } from './scheduleDate.types';
-import { convertDateObjectToDateFormatString, convertStringToDateFormat } from '../../../utils/converters/date';
+import { convertStringToDateFormat } from '../../../utils/converters/date';
const styles = {
@@ -20,16 +20,17 @@ const styles = {
const ScheduleDatePlain = ({
scheduleDate,
+ serverScheduleDate,
setScheduleDate,
orgUnit,
- suggestedScheduleDate,
+ serverSuggestedScheduleDate,
eventCountInOrgUnit,
classes,
hideDueDate,
}: Props) => (<>
{!hideDueDate &&
{}}
@@ -39,8 +40,8 @@ const ScheduleDatePlain = ({
/>
}
void,
occurredAt: string,
eventData: Array