From 157daa68df8b877c96ac479b63295089fcfd96ca Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 27 Mar 2023 00:47:08 +0800 Subject: [PATCH] Show title --- src/components/timeline.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index f1efe4b7..a2c2f04f 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -567,7 +567,9 @@ function TimelineStatusCompact({ status, instance }) { : ''} )} -
{statusPeekText}
+
+ {statusPeekText} +
); }