From 81a38e7a6237e981659ad8f99678a862104b8b0e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 31 Aug 2019 13:31:42 -0500 Subject: [PATCH] fix indent --- src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx b/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx index 48a91809e..553880c4c 100644 --- a/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx +++ b/src/FilterLists.Web.V2/src/components/SubscribeButtons.tsx @@ -22,7 +22,7 @@ const PrimaryButton = (props: Props) => { icon="import" {...buttonProps[0]}> Subscribe - + ) };