Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosbodoke committed May 5, 2024
1 parent 0ac3dd7 commit 026ae6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions app/[locale]/[id]/_components/RegistryEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ const formSchema = z.object({
"Inválido, use o formato mm:ss"
),
witness: z.string().min(2).array().length(2),
// witness: z
// .array(z.string().min(2))
// .min(2)
// .nonempty("Please select at least two witness."),
comment: z.string(),
});

Expand Down
3 changes: 1 addition & 2 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,5 @@
"fourth": "The APP will now appear on your home screen."
},
"actionButton": "install"
},
"witnessSelector": {}
}
}

0 comments on commit 026ae6c

Please sign in to comment.