SharePopup - IsVisible as optional prop (#100)
This commit is contained in:
parent
446a3fae34
commit
d6b797aa0c
|
@ -26,7 +26,9 @@ export const ProfilePopup = (props: ProfilePopupProps) => {
|
||||||
<a href={getPagePath(router, 'drafts')}>{t('Drafts')}</a>
|
<a href={getPagePath(router, 'drafts')}>{t('Drafts')}</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">{t('Subscriptions')}</a>
|
<a href={`${getPagePath(router, 'author', { slug: user().slug })}/?by=subscriptions`}>
|
||||||
|
{t('Subscriptions')}
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={`${getPagePath(router, 'author', { slug: user().slug })}/?by=commented`}>
|
<a href={`${getPagePath(router, 'author', { slug: user().slug })}/?by=commented`}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user