Skip to content

Commit

Permalink
Fix : Date/time is hidden in the event window [SDNTB-843] (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro authored Oct 5, 2023
1 parent 0869e11 commit b7f47d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/components/Events/EventEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ class EventEditorComponent extends React.PureComponent<IProps> {
<EventEditorHeader item={this.props.item} />
<ContentBlock padSmall={true}>
<EventScheduleSummary
schedule={{
dates: this.props.diff?.dates ?? {},
_time_to_be_confirmed: this.props.diff?._time_to_be_confirmed,
}}
event={this.props.item}
noPadding={true}
/>
</ContentBlock>
Expand Down

0 comments on commit b7f47d7

Please sign in to comment.