From 7d0136152ab430cbdb7287d9e853199c1914e0b1 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 18 Oct 2023 17:06:21 +0200 Subject: [PATCH] style(expando): remove alt of img as it doesn't seem to cause an eslint warning --- src/components/expando/expando.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/expando/expando.tsx b/src/components/expando/expando.tsx index c1ed4095..caf5fe6b 100644 --- a/src/components/expando/expando.tsx +++ b/src/components/expando/expando.tsx @@ -18,9 +18,9 @@ const Expando: FC = ({ commentCid, expanded }) => { // prettier-ignore const mediaComponents: { [key in CommentMediaInfo['type']]?: JSX.Element | null } = { - 'image': thumbnail { e.currentTarget.alt = ''; }} />, + 'image': , 'video': expanded ?