fix: show event index as 1 based

This commit is contained in:
cv
2021-05-26 10:14:40 +02:00
parent e57cb0d831
commit 9c55116053
@@ -82,7 +82,7 @@ const ExpandedBlock = (props) => {
}
/>
<span className={style.oscLabel}>
{`/ontime/goto ${eventIndex} << OSC >> /ontime/gotoid ${oscid}`}
{`/ontime/goto ${eventIndex + 1} << OSC >> /ontime/gotoid ${oscid}`}
</span>
</div>
<Icon