Web: People: fix props name

This commit is contained in:
Viktor Fomin 2020-11-10 17:30:43 +03:00
parent 710c169bf0
commit a82551568b

View File

@ -111,7 +111,7 @@ class ProfileAction extends React.Component {
<UpdateUserForm />
)
) : (
<Loaders.ProfileView isEditBtn={false} />
<Loaders.ProfileView isEdit={false} />
)}
</PageLayout.SectionBody>
</PageLayout>