Skip to content

Commit

Permalink
Fixes #36933 - Fix linter issue in DateTimePicker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored and ekohl committed Nov 20, 2023
1 parent 7493355 commit 8de9727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class DateTimePicker extends React.Component {
<Popover
position={placement}
className="container"
style={{ minWidth: '50em', width: '33%'}}
style={{ minWidth: '50em', width: '33%' }}
bodyContent={popover}
onShown={() => this.setState({ hiddenValue: false })}
>
Expand Down

0 comments on commit 8de9727

Please sign in to comment.