diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index a958aa16..bed005b9 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -40,8 +40,8 @@ class SponsorTimeEditComponent extends React.Component
- {utils.getFormattedTime(this.props.contentContainer().sponsorTimesSubmitting[this.props.index][0]) - + " to " + utils.getFormattedTime(this.props.contentContainer().sponsorTimesSubmitting[this.props.index][1])} + {utils.getFormattedTime(this.props.contentContainer().sponsorTimesSubmitting[this.props.index][0], true) + + " to " + utils.getFormattedTime(this.props.contentContainer().sponsorTimesSubmitting[this.props.index][1], true)}