Fix AgentName

This commit is contained in:
2025-10-10 16:08:50 +07:00
parent 7b92aa5727
commit 652c01b8bb
4 changed files with 121 additions and 10 deletions

View File

@@ -249,7 +249,7 @@ const BotList: React.FC<IBotList> = ({ list }) => {
<div className="flex flex-wrap gap-1 sm:gap-2">
{/* Action Badges - Only show for bot owners */}
{checkIsBotOwner(bot.agentName) && (
{ (
<div className="flex flex-wrap gap-1">
{getToggleBotStatusBadge(bot.status as BotStatus, bot.identifier)}
{getUpdateBotBadge(bot)}