Skip to content

Commit b2153cd

Browse files
committed
fix lint
1 parent da144ab commit b2153cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/mcp

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/mcp/mcp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ export function MCP({ initialServerId }: MCPProps) {
570570
>
571571
{getIssueBadgeLabel(issues[0].issue)}
572572
</Badge>
573-
<div className='pointer-events-none absolute right-0 top-full z-50 mt-1 hidden whitespace-nowrap rounded bg-[var(--surface-1)] px-2 py-1 text-[12px] text-[var(--text-secondary)] shadow-lg group-hover:block'>
573+
<div className='pointer-events-none absolute top-full right-0 z-50 mt-1 hidden whitespace-nowrap rounded bg-[var(--surface-1)] px-2 py-1 text-[12px] text-[var(--text-secondary)] shadow-lg group-hover:block'>
574574
Update in: {affectedWorkflows.join(', ')}
575575
</div>
576576
</div>

0 commit comments

Comments
 (0)