From d69ee2738a1cb92a4a605db3f0bf9313a998db60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Sun, 26 Oct 2025 19:05:39 +0100 Subject: [PATCH] Refactor comments, bugfix --- src/Twig/Components/Organisms/Comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Twig/Components/Organisms/Comments.php b/src/Twig/Components/Organisms/Comments.php index f08491f..e878916 100644 --- a/src/Twig/Components/Organisms/Comments.php +++ b/src/Twig/Components/Organisms/Comments.php @@ -20,7 +20,7 @@ final class Comments // Writable prop the browser can set #[LiveProp(writable: true)] - public string $payloadJson ; // { comments, profiles, ... } + public string $payloadJson = ' '; // { comments, profiles, ... } // Live input #[LiveProp(writable: false)]