Skip to content

Commit 4a55e1e

Browse files
committed
Remove n/a links
1 parent c6e4355 commit 4a55e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ const WorkspaceAppStatusLinks: FC<WorkspaceAppStatusLinksProps> = ({
734734
<IconAppLink app={app} workspace={workspace} agent={agent} />
735735
)}
736736

737-
{status?.uri && (
737+
{status?.uri && status?.uri !== "n/a" && (
738738
<BaseIconLink label={status.uri} href={status.uri} target="_blank">
739739
{status.uri.startsWith("file://") ? (
740740
<FileIcon />

0 commit comments

Comments
 (0)