diff --git a/frontend/app/components/Session_/Player/Controls/Timeline.tsx b/frontend/app/components/Session_/Player/Controls/Timeline.tsx index ffffde0dd..7cde52a96 100644 --- a/frontend/app/components/Session_/Player/Controls/Timeline.tsx +++ b/frontend/app/components/Session_/Player/Controls/Timeline.tsx @@ -175,13 +175,15 @@ function Timeline(props: IProps) { style={{ left: `${getTimelinePosition(e.time, scale)}%` }} /> ))} - {issues.map((i: Issue) => ( -
- ))} + {/* TODO: refactor and make any sense out of this */} + + {/* {issues.map((i: Issue) => (*/} + {/* */} + {/*))}*/} {notes.map((note) => note.timestamp > 0 ? (