Skip to content

Commit

Permalink
Refactor doneItems type
Browse files Browse the repository at this point in the history
  • Loading branch information
ipasic-softserve committed Jul 30, 2024
1 parent f55e32c commit 22afad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface ProfileContainerMobileProps {
accInfo: ReactNode
buttonGroup: ReactNode
defaultQuantity: number
doneItems: number
doneItems: { title: string; description: string }
userData: UserResponse
chipItems: string[]
}
Expand Down

0 comments on commit 22afad4

Please sign in to comment.