Skip to content

Commit

Permalink
chore: add million ignore for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bautistaaa committed Sep 14, 2023
1 parent 7f70d84 commit bbd9296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const formSchema = z.object({

export type FormSchema = z.infer<typeof formSchema>;

// million-ignore
export function Settings({ profileData, username }: { profileData: FormSchema; username: string }) {
const form = useForm<FormSchema>({
resolver: zodResolver(formSchema),
Expand Down

0 comments on commit bbd9296

Please sign in to comment.