mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-29 02:49:13 +00:00
chore: reduce sentry error logging (#498)
* chore: reduce sentry error logging * chore: version bump * chore: improve test selectors
This commit is contained in:
@@ -234,7 +234,7 @@ export default function Rundown(props: RundownProps) {
|
||||
|
||||
return (
|
||||
<Fragment key={entry.id}>
|
||||
<div className={style.entryWrapper}>
|
||||
<div className={style.entryWrapper} data-testid={`entry-${eventIndex}`}>
|
||||
{entry.type === SupportedEvent.Event && <div className={style.entryIndex}>{eventIndex}</div>}
|
||||
<div className={style.entry} key={entry.id} ref={hasCursor ? cursorRef : undefined}>
|
||||
<RundownEntry
|
||||
|
||||
Reference in New Issue
Block a user