From 19d5babadf7c980e27100973533dbf9fce3c4123 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 26 Oct 2023 10:56:47 +0200 Subject: [PATCH] fix(ui): show debug error in transparent font --- frontend/app/Router.tsx | 3 +-- .../components/Session/Player/ReplayPlayer/PlayerContent.tsx | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/Router.tsx b/frontend/app/Router.tsx index 4285741a0..bdcdfdaf8 100644 --- a/frontend/app/Router.tsx +++ b/frontend/app/Router.tsx @@ -300,8 +300,7 @@ const Router: React.FC = (props) => { /> - + {additionalRoutes && additionalRoutes} {Object.entries(routes.redirects).map(([fr, to]) => ( diff --git a/frontend/app/components/Session/Player/ReplayPlayer/PlayerContent.tsx b/frontend/app/components/Session/Player/ReplayPlayer/PlayerContent.tsx index 4128c3b18..d64567d21 100644 --- a/frontend/app/components/Session/Player/ReplayPlayer/PlayerContent.tsx +++ b/frontend/app/components/Session/Player/ReplayPlayer/PlayerContent.tsx @@ -50,6 +50,7 @@ function PlayerContent({ session, fullscreen, activeTab, setActiveTab }: IProps) ? 'Please check your data retention policy.' : 'Please check it again in a few minutes.'} + {error ?
{error}
: null} ) : (