mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 07:26:45 +00:00
提示框多余
This commit is contained in:
@@ -96,7 +96,7 @@ const Slug = props => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout {...props} />
|
<Layout {...props} />
|
||||||
{!lock && <Notification />}
|
{post?.password && post?.password !== '' && !lock && <Notification />}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user