Skip to content

Commit

Permalink
Undo removal of roundup flag in datepicker popover button
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Apr 24, 2019
1 parent 0e48adf commit a09853e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function EuiDatePopoverButton(props) {
data-test-subj={`superDatePicker${position}DatePopoverButton`}
{...buttonProps}
>
{formatTimeString(value, dateFormat)}
{formatTimeString(value, dateFormat, roundUp)}
</button>
);

Expand Down

0 comments on commit a09853e

Please sign in to comment.