From fdb7ef6819ad771aaea466e55d396a6b63ac9bf5 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 16 Aug 2022 16:45:05 +0200 Subject: [PATCH] fix(ui): add additional tooltip to the skip range --- .../Session_/Player/Controls/components/PlayerControls.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx index 7ce3370d5..76808fa76 100644 --- a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx @@ -134,7 +134,10 @@ function PlayerControls(props: Props) { } > -
{currentInterval}s
+
+ {/* @ts-ignore */} + {currentInterval}s +
{/* @ts-ignore */}