From dc486675b58a962ea96d7da94c96be283ea55298 Mon Sep 17 00:00:00 2001 From: Albert Folch Date: Tue, 31 Oct 2023 12:31:29 +0100 Subject: [PATCH] remove unused code --- src/components/modal/components/Profile/const.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/modal/components/Profile/const.ts b/src/components/modal/components/Profile/const.ts index a2ee6a980..b97a62155 100644 --- a/src/components/modal/components/Profile/const.ts +++ b/src/components/modal/components/Profile/const.ts @@ -11,4 +11,3 @@ export enum ContactPreference { } export const METADATA_LENGTH_LIMIT = maxLength; export const maxLengthErrorMessage = `Maximum length is ${METADATA_LENGTH_LIMIT} characters`; -export const notUrlErrorMessage = "This is not a URL like: www.example.com";