Skip to content

Commit

Permalink
fix(RealtimeStatusLabel): Add spacer between delay text and status text.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Jan 5, 2021
1 parent 4124a51 commit 508bc80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/viewers/realtime-status-label.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const RealtimeStatusLabel = ({ withBackground, className, delay, isRealtime, ori
{isEarlyOrLate &&
<DelayText>
{formatDuration(Math.abs(delay))}
{/* A spacer is needed between '5 min' and 'early/late'. */}
{' '}
</DelayText>
}
{STATUS[status].label}
Expand Down

0 comments on commit 508bc80

Please sign in to comment.