diff --git a/src/containers/user-profile/profile-info/ProfileContainerMobile.tsx b/src/containers/user-profile/profile-info/ProfileContainerMobile.tsx index 4f27b26d7..47018c7d6 100644 --- a/src/containers/user-profile/profile-info/ProfileContainerMobile.tsx +++ b/src/containers/user-profile/profile-info/ProfileContainerMobile.tsx @@ -17,7 +17,7 @@ interface ProfileContainerMobileProps { accInfo: ReactNode buttonGroup: ReactNode defaultQuantity: number - doneItems: number + doneItems: { title: string; description: string } userData: UserResponse chipItems: string[] }