Only show Copy link on Party pages
This commit is contained in:
parent
2530df6790
commit
05f4bc5e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ const Header = (props: Props) => {
|
|||
</div>
|
||||
<div className="push" />
|
||||
<div className="right">
|
||||
{ (location.pathname !== '/') ?
|
||||
{ (location.pathname.includes('/p/')) ?
|
||||
<Button type="link" click={copyToClipboard}>Copy link</Button> : ''
|
||||
}
|
||||
<Button type="new" click={newParty}>New</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue