代码格式

This commit is contained in:
xintaofei
2026-03-22 12:34:08 +08:00
parent 8c60c8fdba
commit deeb91b69f
2 changed files with 1 additions and 5 deletions

View File

@@ -39,7 +39,6 @@ import {
import { Button } from "@/components/ui/button" import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input" import { Input } from "@/components/ui/input"
interface SidebarConversationCardProps { interface SidebarConversationCardProps {
conversation: DbConversationSummary conversation: DbConversationSummary
isSelected: boolean isSelected: boolean

View File

@@ -99,10 +99,7 @@ const GroupHeader = memo(function GroupHeader({
)} )}
/> />
<span <span
className={cn( className={cn("w-2 h-2 rounded-full shrink-0", STATUS_COLORS[status])}
"w-2 h-2 rounded-full shrink-0",
STATUS_COLORS[status]
)}
/> />
<span>{tStatus(status)}</span> <span>{tStatus(status)}</span>
<span className="ml-auto text-muted-foreground/60 tabular-nums"> <span className="ml-auto text-muted-foreground/60 tabular-nums">