From f93092a5ed89e4f3e9d0e813da4ceb79afe67661 Mon Sep 17 00:00:00 2001 From: bhishp Date: Thu, 26 Oct 2023 13:13:36 +0100 Subject: [PATCH] Also added john --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index b169b95..cf49592 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -10,7 +10,7 @@ import { export { DecoratorParams } from './shared'; -const users = ["cal", "bhish"]; +const users = ["cal", "bhish", "john"]; export const withFormik = makeDecorator({ name: 'withFormik',