From 61fbb8e75a2bb664ba8c5049e970514a571fa035 Mon Sep 17 00:00:00 2001 From: Daniel Strano Date: Fri, 2 Sep 2022 09:30:54 -0400 Subject: [PATCH] #650: Highlight button when subscribed --- src/components/SubscriptionButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SubscriptionButton.js b/src/components/SubscriptionButton.js index 31850080..e037bc79 100644 --- a/src/components/SubscriptionButton.js +++ b/src/components/SubscriptionButton.js @@ -14,7 +14,7 @@ const SubscribeButton = (props) => } {props.isSubscribed && - + }