diff --git a/frontend/app/components/Session_/EventsBlock/UtxEvent.tsx b/frontend/app/components/Session_/EventsBlock/UtxEvent.tsx index eec4e0395..99dfead56 100644 --- a/frontend/app/components/Session_/EventsBlock/UtxEvent.tsx +++ b/frontend/app/components/Session_/EventsBlock/UtxEvent.tsx @@ -13,7 +13,7 @@ function UtxEvent({ event }: any) {
{durationFromMsFormatted(event.duration)}
-
{event.title}
+
{event.title}
{event.comment ? (
diff --git a/frontend/app/components/UsabilityTesting/TestOverview.tsx b/frontend/app/components/UsabilityTesting/TestOverview.tsx index 4725c6301..f990a15f0 100644 --- a/frontend/app/components/UsabilityTesting/TestOverview.tsx +++ b/frontend/app/components/UsabilityTesting/TestOverview.tsx @@ -129,6 +129,7 @@ function TestOverview() {