From 0445533c098c520dca2e0debbb8aa0b9300d8aa5 Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Fri, 6 Aug 2021 20:25:29 +0800 Subject: [PATCH] new subscriptions error messaage --- frontend/src/components/NewSubscription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/NewSubscription.js b/frontend/src/components/NewSubscription.js index f715ddc3..14b1536c 100644 --- a/frontend/src/components/NewSubscription.js +++ b/frontend/src/components/NewSubscription.js @@ -118,7 +118,7 @@ const NewSubscription = ({ isFreeOption, onClose }) => { onChange={() => null} > - {errors.subscription_type_ && errors.subscription_type_.message} + {errors.subscription_type && errors.subscription_type.message}