|
@@ -196,7 +196,8 @@ const GrowiSubNavigation = (props) => {
|
|
|
{ !isPageNotFound && !isPageForbidden && <PageManagement /> }
|
|
{ !isPageNotFound && !isPageForbidden && <PageManagement /> }
|
|
|
</div>
|
|
</div>
|
|
|
<div className="mt-2">
|
|
<div className="mt-2">
|
|
|
- { !isCreatable && <ThreeStrandedButton onThreeStrandedButtonClicked={onThreeStrandedButtonClicked} isBtnDisabled={currentUser == null} />}
|
|
|
|
|
|
|
+ { !isCreatable && !isPageInTrash
|
|
|
|
|
+ && <ThreeStrandedButton onThreeStrandedButtonClicked={onThreeStrandedButtonClicked} isBtnDisabled={currentUser == null} />}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|