web: don't show monograph view count when self destruct enabled

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-06-22 16:16:31 +05:00
committed by Abdullah Atta
parent 4c41e13c5d
commit da48cf0bd1

View File

@@ -171,7 +171,7 @@ function PublishView(props: PublishViewProps) {
</Text>
</Flex>
) : null}
{monograph?.id ? (
{monograph?.id && !selfDestruct ? (
<Flex
sx={{
alignItems: "center",