diff --git a/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx b/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx
index ae00708bc..fd2bd453e 100644
--- a/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx
+++ b/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx
@@ -9,10 +9,12 @@ interface Props {
};
export const SubscribeButtons = (props: Props) =>
- <>
-
-
- >;
+ props.viewUrl
+ ? <>
+
+
+ >
+ : null;
interface MirrorButtonsProps {
name: string;