mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
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:
parent
2f00cca49a
commit
75b300f13a
1 changed files with 1 additions and 9 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue