diff --git a/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx b/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx
index 47c6e8f2d..277dedffd 100644
--- a/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx
+++ b/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx
@@ -5,11 +5,10 @@ import * as React from "react";
interface Props {
name: string;
viewUrl: string;
- text?: string;
};
export const SubscribeButton = (props: Props) => props.viewUrl
- ?
+ ?
: null;
const buildButtonProps = (props: Props) => {