Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdb2a1 commit 71ee402Copy full SHA for 71ee402
site/src/modules/workspaces/WorkspaceOutdatedTooltip/WorkspaceOutdatedTooltip.tsx
@@ -87,11 +87,7 @@ export const WorkspaceOutdatedTooltipContent: FC<TooltipProps> = ({
87
<div css={styles.bold}>Message</div>
88
<div>
89
{activeVersion ? (
90
- activeVersion.message ? (
91
- "No message"
92
- ) : (
93
- activeVersion.message
94
- )
+ activeVersion.message || "No message"
95
) : (
96
<Skeleton variant="text" height={20} width={150} />
97
)}
0 commit comments