Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jul 16, 2022
1 parent a9f4adb commit 84e7c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type Basics = {
email?: string
phone?: string
location?: Location
profiles?: Profile[]
profiles?: Profile[] // TODO: revisit how profiles gets rendered
}

export type Work = {
Expand Down

0 comments on commit 84e7c68

Please sign in to comment.