Skip to content

Commit 71ee402

Browse files
committed
oh right
1 parent 0cdb2a1 commit 71ee402

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

site/src/modules/workspaces/WorkspaceOutdatedTooltip/WorkspaceOutdatedTooltip.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ export const WorkspaceOutdatedTooltipContent: FC<TooltipProps> = ({
8787
<div css={styles.bold}>Message</div>
8888
<div>
8989
{activeVersion ? (
90-
activeVersion.message ? (
91-
"No message"
92-
) : (
93-
activeVersion.message
94-
)
90+
activeVersion.message || "No message"
9591
) : (
9692
<Skeleton variant="text" height={20} width={150} />
9793
)}

0 commit comments

Comments
 (0)