diff --git a/web/common/src/components/LoadingContainer/LoadingContainer.tsx b/web/common/src/components/LoadingContainer/LoadingContainer.tsx
index 4698266e4e..bba205ae6a 100644
--- a/web/common/src/components/LoadingContainer/LoadingContainer.tsx
+++ b/web/common/src/components/LoadingContainer/LoadingContainer.tsx
@@ -28,7 +28,7 @@ export const LoadingContainer = React.forwardRef<
function renderLoading() {
return (
<>
-
+
{message && {message}}
>
)