From 22afad4a48d1378e9806411f0e66e772b48093eb Mon Sep 17 00:00:00 2001 From: Pasichnichenkoilya Date: Tue, 30 Jul 2024 10:33:09 +0300 Subject: [PATCH] Refactor doneItems type --- .../user-profile/profile-info/ProfileContainerMobile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] }