diff --git a/dictation_client/src/pages/SignupPage/constants.ts b/dictation_client/src/pages/SignupPage/constants.ts index 2b6c9f2..83efc51 100644 --- a/dictation_client/src/pages/SignupPage/constants.ts +++ b/dictation_client/src/pages/SignupPage/constants.ts @@ -40,5 +40,4 @@ export const COUNTRY_LIST = [ { value: "CH", label: "Switzerland" }, { value: "TR", label: "Turkey" }, { value: "GB", label: "United Kingdom" }, - { value: "TH", label: "Thailand" }, ];