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 c6e4355 commit 4a55e1eCopy full SHA for 4a55e1e
site/src/pages/WorkspacesPage/WorkspacesTable.tsx
@@ -734,7 +734,7 @@ const WorkspaceAppStatusLinks: FC<WorkspaceAppStatusLinksProps> = ({
734
<IconAppLink app={app} workspace={workspace} agent={agent} />
735
)}
736
737
- {status?.uri && (
+ {status?.uri && status?.uri !== "n/a" && (
738
<BaseIconLink label={status.uri} href={status.uri} target="_blank">
739
{status.uri.startsWith("file://") ? (
740
<FileIcon />
0 commit comments