From 746bf70a8be21bef72660d3f87ad001866d68f46 Mon Sep 17 00:00:00 2001 From: Emilio Heinzmann Date: Tue, 14 May 2024 18:50:26 -0300 Subject: [PATCH] fix: type errors --- src/app/shelter/constants.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shelter/constants.ts b/src/app/shelter/constants.ts index c377725..8d0f0a0 100644 --- a/src/app/shelter/constants.ts +++ b/src/app/shelter/constants.ts @@ -20,7 +20,5 @@ export const defaultValues: DefaultValues> = { social: { instagram: "", facebook: "", - twitter: "", - website: "", }, };