mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 23:49:15 +00:00
fix: display correct end time in backstage (#635)
This commit is contained in:
@@ -140,7 +140,7 @@ export default function Backstage(props: BackstageProps) {
|
|||||||
{isNegative ? (
|
{isNegative ? (
|
||||||
<div className='aux-timers__value'>{expectedFinish}</div>
|
<div className='aux-timers__value'>{expectedFinish}</div>
|
||||||
) : (
|
) : (
|
||||||
<SuperscriptTime time={startedAt} className='aux-timers__value' />
|
<SuperscriptTime time={expectedFinish} className='aux-timers__value' />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className='timer-gap' />
|
<div className='timer-gap' />
|
||||||
|
|||||||
Reference in New Issue
Block a user