diff --git a/app/[locale]/[id]/_components/RegistryEntry.tsx b/app/[locale]/[id]/_components/RegistryEntry.tsx index 24336e1..d370bf3 100644 --- a/app/[locale]/[id]/_components/RegistryEntry.tsx +++ b/app/[locale]/[id]/_components/RegistryEntry.tsx @@ -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(), }); diff --git a/messages/en.json b/messages/en.json index daa8f0c..47dd41b 100644 --- a/messages/en.json +++ b/messages/en.json @@ -259,6 +259,5 @@ "fourth": "The APP will now appear on your home screen." }, "actionButton": "install" - }, - "witnessSelector": {} + } }