From 4a14f0eb6d70b79af349c5354c8a2e471f16a85b Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 20 Aug 2023 14:40:21 +0200 Subject: [PATCH] fix placeholder warning --- src/components/modals/CaptchaModal.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/modals/CaptchaModal.jsx b/src/components/modals/CaptchaModal.jsx index a492fbed..b5aa4438 100644 --- a/src/components/modals/CaptchaModal.jsx +++ b/src/components/modals/CaptchaModal.jsx @@ -128,12 +128,12 @@ const CaptchaModal = () => {
{pendingComment.author?.displayName ? (
- +
) : null} {pendingComment.title ? (
- +
) : null} {pendingComment.content ? ( @@ -148,7 +148,7 @@ const CaptchaModal = () => { ) : null} {pendingComment.link ? (
- +
) : null}