Skip to content

Commit 67b5a39

Browse files
committed
Fix lint
1 parent 29524b9 commit 67b5a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/Resources/AgentRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export const AgentRow: FC<AgentRowProps> = ({
260260
<SSHButton
261261
workspaceName={workspace.name}
262262
agentName={agent.name}
263+
sshPrefix={sshPrefix}
263264
/>
264265
)}
265266
{!hideVSCodeDesktopButton && (

0 commit comments

Comments
 (0)