fmt(js): npm run fix on merge (#71706)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-26 02:46:01 +00:00 committed by GitHub
parent 46cae787ab
commit 6c9718151c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -942,11 +942,7 @@ export function ContribWiring({ children }: { children: ReactNode }) {
requestGateway={requestGateway}
/>
)}
<ModelPickerOverlay
gateway={gateway || undefined}
onSelect={selectModel}
profile={activeGatewayProfile}
/>
<ModelPickerOverlay gateway={gateway || undefined} onSelect={selectModel} profile={activeGatewayProfile} />
<SessionPickerOverlay onResume={resumeSession} />
<ModelVisibilityOverlay
gateway={gateway || undefined}