mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix: align agent panel UI props after merge
This commit is contained in:
@@ -478,6 +478,7 @@ export function renderApp(state: AppViewState) {
|
||||
${
|
||||
state.tab === "agents"
|
||||
? renderAgents({
|
||||
basePath: state.basePath,
|
||||
loading: state.agentsLoading,
|
||||
error: state.agentsError,
|
||||
agentsList: state.agentsList,
|
||||
|
||||
@@ -35,8 +35,8 @@ function renderAgentContextCard(context: AgentContext, subtitle: string) {
|
||||
<div>${context.identityName}</div>
|
||||
</div>
|
||||
<div class="agent-kv">
|
||||
<div class="label">Identity Emoji</div>
|
||||
<div>${context.identityEmoji}</div>
|
||||
<div class="label">Identity Avatar</div>
|
||||
<div>${context.identityAvatar}</div>
|
||||
</div>
|
||||
<div class="agent-kv">
|
||||
<div class="label">Skills Filter</div>
|
||||
|
||||
Reference in New Issue
Block a user