diff --git a/components/dashboard/src/prebuilds/detail/PrebuildDetailPage.tsx b/components/dashboard/src/prebuilds/detail/PrebuildDetailPage.tsx index f1636ee2b96298..cbc4349abaebac 100644 --- a/components/dashboard/src/prebuilds/detail/PrebuildDetailPage.tsx +++ b/components/dashboard/src/prebuilds/detail/PrebuildDetailPage.tsx @@ -296,7 +296,7 @@ export const PrebuildDetailPage: FC = () => {
{prebuild?.status?.message && ( -
+
{prebuild?.status.message}
)} diff --git a/components/dashboard/src/start/StartWorkspace.tsx b/components/dashboard/src/start/StartWorkspace.tsx index 505216670f8f54..633f5bd694ce13 100644 --- a/components/dashboard/src/start/StartWorkspace.tsx +++ b/components/dashboard/src/start/StartWorkspace.tsx @@ -822,7 +822,7 @@ function ImageBuildView(props: ImageBuildViewProps) { 💡 You can use the gp validate command to validate the workspace configuration from the editor terminal.