diff --git a/site/src/modules/workspaces/WorkspaceUpdateDialogs.tsx b/site/src/modules/workspaces/WorkspaceUpdateDialogs.tsx index 59d5348884..15dd91c1f4 100644 --- a/site/src/modules/workspaces/WorkspaceUpdateDialogs.tsx +++ b/site/src/modules/workspaces/WorkspaceUpdateDialogs.tsx @@ -131,11 +131,13 @@ const UpdateConfirmationDialog: FC = ({ template version. This can{" "} delete non-persistent data.

- {latestVersion?.message && ( - - {latestVersion.message} - - )} +
+ {latestVersion?.message && ( + + {latestVersion.message} + + )} +
} />