|
@@ -32,7 +32,7 @@ export const DropendMenu = React.memo((props: DropendMenuProps): JSX.Element =>
|
|
|
{t('create_page_dropdown.new_page')}
|
|
{t('create_page_dropdown.new_page')}
|
|
|
</button>
|
|
</button>
|
|
|
</li>
|
|
</li>
|
|
|
- {todaysPath && (
|
|
|
|
|
|
|
+ {todaysPath != null && (
|
|
|
<>
|
|
<>
|
|
|
<li><hr className="dropdown-divider" /></li>
|
|
<li><hr className="dropdown-divider" /></li>
|
|
|
<li><span className="text-muted px-3">{t('create_page_dropdown.todays.desc')}</span></li>
|
|
<li><span className="text-muted px-3">{t('create_page_dropdown.todays.desc')}</span></li>
|