From 9331c9bf336fb01065e5d042400d61e207296c37 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:43:32 +0000 Subject: [PATCH] Remove `true` from boolean attribute --- src/components/Post.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Post.jsx b/src/components/Post.jsx index e7a3fdcb0..4d1f101be 100644 --- a/src/components/Post.jsx +++ b/src/components/Post.jsx @@ -338,7 +338,7 @@ function Post(prop) { {postHasImages ? ( - + ) : (
{caption}
)} @@ -387,7 +387,7 @@ function Post(prop) {