mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-09 20:09:36 +02:00
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:
@@ -171,7 +171,7 @@ function PublishView(props: PublishViewProps) {
|
||||
</Text>
|
||||
</Flex>
|
||||
) : null}
|
||||
{monograph?.id ? (
|
||||
{monograph?.id && !selfDestruct ? (
|
||||
<Flex
|
||||
sx={{
|
||||
alignItems: "center",
|
||||
|
||||
Reference in New Issue
Block a user