mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: hide empty update message box (#9784)
This commit is contained in:
@@ -247,7 +247,7 @@ export const WorkspaceReadyPage = ({
|
||||
Restarting your workspace will stop all running processes and{" "}
|
||||
<strong>delete non-persistent data</strong>.
|
||||
</p>
|
||||
{latestVersion && (
|
||||
{latestVersion?.message && (
|
||||
<Alert severity="info">{latestVersion.message}</Alert>
|
||||
)}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user