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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
nousbot-eng 2026-07-17 14:26:36 -04:00 committed by GitHub
parent 2f00cca49a
commit 75b300f13a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,15 +77,7 @@ const PROVIDER_ROW_CLASS =
'group flex w-full items-center justify-between gap-3 rounded-[6px] px-3 py-2.5 text-left transition-colors hover:bg-(--ui-control-hover-background)'
/** Quick-key row for API-key providers (Fireworks #2 after Nous, OpenRouter further down). */
export function KeyProviderRow({
onClick,
pitch,
title
}: {
onClick: () => void
pitch: string
title: string
}) {
export function KeyProviderRow({ onClick, pitch, title }: { onClick: () => void; pitch: string; title: string }) {
return (
<RowButton className={PROVIDER_ROW_CLASS} onClick={onClick}>
<div className="min-w-0">