From bd3c5896f79d19e18bb79da32747bab8e8e13e09 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Sun, 26 Nov 2023 13:01:47 +0100 Subject: [PATCH] dev: add dev badge to test toggle on Jam page --- src/components/Jam.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Jam.tsx b/src/components/Jam.tsx index aa148303..7410094e 100644 --- a/src/components/Jam.tsx +++ b/src/components/Jam.tsx @@ -464,7 +464,6 @@ export default function Jam({ wallet }: JamProps) { setFieldValue, validateForm, isValid, - dirty, touched, errors, }) => ( @@ -474,7 +473,12 @@ export default function Jam({ wallet }: JamProps) { {isDebugFeatureEnabled('insecureScheduleTesting') && ( + Use insecure testing settings + dev + + } subtitle={ "This is completely insecure but makes testing the schedule much faster. This option won't be available in production." }