Skip to content

Commit

Permalink
added sarah as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bhishp committed Oct 26, 2023
1 parent f93092a commit 08d818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 08d818e

Please sign in to comment.