From 3f5c9f81e8f91fb74771b505307be712750292a9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 31 Aug 2019 17:22:44 -0500 Subject: [PATCH] fix unique key on mirror subscribe buttons --- src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx b/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx index c0a5eac18..e544a68b7 100644 --- a/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx +++ b/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx @@ -30,7 +30,7 @@ const MirrorButtons = (props: Props) => <> {props.viewUrlMirrors && props.viewUrlMirrors.length ? props.viewUrlMirrors.map((viewUrlMirror: string, i: number) => - + ) : null} ; @@ -45,7 +45,6 @@ const MirrorButton = (props: MirrorButtonProps) => { const buttonProps = buildButtonProps(props.name, props.viewUrlMirror); return (