diff --git a/components/parole.tsx b/components/parole.tsx index 1bc7aedd..1b1167dc 100644 --- a/components/parole.tsx +++ b/components/parole.tsx @@ -5,6 +5,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { RefreshCw } from "lucide-react"; import { useRouter } from "next/navigation"; +import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; interface Message { _id: string; @@ -15,6 +16,8 @@ interface Message { username: string; name?: string; }; + roomName: string; + roomType: string; } export function Parole() { @@ -66,15 +69,18 @@ export function Parole() { return ( router.push('/parole')} > - - Parole Messages + + Talk mentions