mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 17:09:09 +00:00
style: clarify OSC triggers
- show path for goto - show path for gotoid
This commit is contained in:
@@ -18,6 +18,7 @@ const EventListItem = (props) => {
|
||||
const {
|
||||
type,
|
||||
index,
|
||||
eventIndex,
|
||||
data,
|
||||
selected,
|
||||
next,
|
||||
@@ -71,6 +72,7 @@ const EventListItem = (props) => {
|
||||
return (
|
||||
<EventBlock
|
||||
index={index}
|
||||
eventIndex={eventIndex}
|
||||
data={data}
|
||||
selected={selected}
|
||||
next={next}
|
||||
|
||||
Reference in New Issue
Block a user