From 05f4bc5e1caf850a18ec45f167d7a518287cc88b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Oct 2020 06:57:46 -0700 Subject: [PATCH] Only show Copy link on Party pages --- src/components/Header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 022e73ba..25407a35 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -58,7 +58,7 @@ const Header = (props: Props) => {
- { (location.pathname !== '/') ? + { (location.pathname.includes('/p/')) ? : '' }