Skip to content

Commit

Permalink
STCOR-921 typo: add missing whitespace (#1575)
Browse files Browse the repository at this point in the history
Refs STCOR-921
  • Loading branch information
zburke authored Dec 6, 2024
1 parent bb49c80 commit 85a6b57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const FixedLengthSessionWarning = () => {
return '00:00';
};

return <MessageBanner show contentClassName={css.fixedSessionBanner}><FormattedMessage id="stripes-core.rtr.fixedLengthSession.timeRemaining" />{timestampFormatter()}</MessageBanner>;
return <MessageBanner show contentClassName={css.fixedSessionBanner}><FormattedMessage id="stripes-core.rtr.fixedLengthSession.timeRemaining" /> {timestampFormatter()}</MessageBanner>;
};

export default FixedLengthSessionWarning;

0 comments on commit 85a6b57

Please sign in to comment.