diff --git a/src/components/post/expando/expando.tsx b/src/components/post/expando/expando.tsx index 2db7ec09..425439c9 100644 --- a/src/components/post/expando/expando.tsx +++ b/src/components/post/expando/expando.tsx @@ -59,7 +59,7 @@ const Expando = ({ spoiler && !showSpoiler && setShowSpoiler(true); }} > - {spoiler && !showSpoiler && ( + {spoiler && !showSpoiler && !(deleted || removed) && ( <>
{t('view_spoiler')}