removed unused props

This commit is contained in:
Toan Do
2020-12-03 17:36:40 -05:00
parent de2570662a
commit 0c14857dac

View File

@@ -307,7 +307,6 @@ const ProfileDetails = () => {
name={data.getProfile.name}
profileType={data.getProfile.profileType}
details={data.getProfile.details}
childProfiles={data.getProfile.childProfiles}
childProfileIds={data.getProfile.childProfileIds}
onDeleteProfile={handleDeleteProfile}
onUpdateProfile={handleUpdateProfile}