Skip to content

Commit

Permalink
fix: fixtype
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Feb 22, 2024
1 parent 092673f commit 38bfad3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
16 changes: 0 additions & 16 deletions client/modules/profile/edit/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit 38bfad3

Please sign in to comment.