代码格式
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user