Skip to content

Commit

Permalink
Round event timing data
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Nov 22, 2022
1 parent 7e9e6fc commit 3d5ef5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const EventManager = ({
}}
>
{epoch.label} <br/>
{epoch.onset}{epoch.duration > 0
&& ' - ' + (epoch.onset + epoch.duration)}
{epoch.onset.toFixed(3)}{epoch.duration > 0
&& ' - ' + (epoch.onset + epoch.duration).toFixed(3)}
<button
type="button"
className={(visible ? '' : 'active ')
Expand Down

0 comments on commit 3d5ef5f

Please # to comment.