Skip to content

Commit 80bc38f

Browse files
committed
Fix : Date/time is hidden in the event window [SDNTB-843] (#1858)
1 parent b3077a2 commit 80bc38f

File tree

1 file changed

+1
-4
lines changed
  • client/components/Events/EventEditor

1 file changed

+1
-4
lines changed

client/components/Events/EventEditor/index.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ class EventEditorComponent extends React.PureComponent<IProps> {
136136
<EventEditorHeader item={this.props.item} />
137137
<ContentBlock padSmall={true}>
138138
<EventScheduleSummary
139-
schedule={{
140-
dates: this.props.diff?.dates ?? {},
141-
_time_to_be_confirmed: this.props.diff?._time_to_be_confirmed,
142-
}}
139+
event={this.props.item}
143140
noPadding={true}
144141
/>
145142
</ContentBlock>

0 commit comments

Comments
 (0)