Skip to content

Commit 536add3

Browse files
Gkrumbach07claude
andcommitted
fix: remove unused exhaustive check variable to fix lint error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3d8f647 commit 536add3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

components/frontend/src/components/agent-status-indicator.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ export function AgentStatusIndicator({
103103
</div>
104104
);
105105

106-
default: {
107-
const _exhaustiveCheck: never = status;
106+
default:
108107
return null;
109-
}
110108
}
111109
}

0 commit comments

Comments
 (0)