From dc6d7f1a15b760e499dd4496a3c09571bf415b49 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 4 May 2025 13:04:03 +0200 Subject: [PATCH] parole widget UI --- components/parole.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/parole.tsx b/components/parole.tsx index 62bac378..bd9444a0 100644 --- a/components/parole.tsx +++ b/components/parole.tsx @@ -131,7 +131,7 @@ export function Parole() { return ( router.push('/parole')} > @@ -170,7 +170,7 @@ export function Parole() { )} {!loading && !error && ( -
+
{messages.length === 0 ? (

No messages found

) : (