From 38bfad3d1a9e9910688ab3a577534d5b18106ec9 Mon Sep 17 00:00:00 2001 From: Pjaijai Date: Wed, 21 Feb 2024 22:01:47 -0500 Subject: [PATCH] fix: fixtype --- CHANGELOG.md | 2 -- client/modules/profile/edit/template.tsx | 16 ---------------- 2 files changed, 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e608302..0ae85166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [1.10.3](https://github.com/Pjaijai/Referalah/compare/v1.10.2...v1.10.3) (2024-02-22) - ### [1.10.2](https://github.com/Pjaijai/Referalah/compare/v1.10.1...v1.10.2) (2024-02-22) ### [1.10.1](https://github.com/Pjaijai/Referalah/compare/v1.10.0...v1.10.1) (2024-02-20) diff --git a/client/modules/profile/edit/template.tsx b/client/modules/profile/edit/template.tsx index 6bd19efa..89acf579 100644 --- a/client/modules/profile/edit/template.tsx +++ b/client/modules/profile/edit/template.tsx @@ -38,22 +38,6 @@ import FormTextArea from "@/components/customized-ui/form/text-area" import { Icons } from "@/components/icons" interface IEdiProfileTemplate { - isProfileLoading: boolean - photoUrl?: string - username: string | null - description: string | null - company: string | null - jobTitle: string | null - yearOfExperience?: number | null - countryUuid: string | null - provinceUuid: string | null - industryUuid: string | null - cityUuid: string | null - // resumeUrl: string | null - socialMediaUrl: string | null - isReferer: boolean - isReferee: boolean - setIsEditMode: (value: boolean) => void countryList: ICountryResponse[] provinceList: IProvinceResponse[] cityList: ICityResponse[]