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