Skip to content

Commit 5971020

Browse files
committed
refactor: remove duplicate 'value' property from Occupation type definition
1 parent f805f0e commit 5971020

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/features/onboarding/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { IconType } from 'react-icons/lib'
22

33
export type Occupation = {
44
title: string
5+
value: string
56
icon: IconType
67
sources: string[]
78
tags: string[]

0 commit comments

Comments
 (0)