From 30404db90b683b7470e1dfa7e2e22f8b9a378f86 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 21 Feb 2023 16:22:01 +0100 Subject: [PATCH] change(ui): hide red issue strip --- .../Session_/Player/Controls/Timeline.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 ? (