diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index 1ea609d74..00374ad71 100644 --- a/web/src/components/Statusbar.tsx +++ b/web/src/components/Statusbar.tsx @@ -131,7 +131,11 @@ export default function Statusbar() { ); if (link) { - return {message}; + return ( + + {message} + + ); } else { return message; }