|
|
@@ -64,7 +64,8 @@ const PagePathNav = ({ pageId, pagePath, isPageForbidden }) => {
|
|
|
);
|
|
|
};
|
|
|
|
|
|
-// eslint-disable-next-line react/prop-types
|
|
|
+/* eslint-disable react/prop-types */
|
|
|
+// eslint-disable-next-line no-unused-vars
|
|
|
const UserPagePathNav = ({ pageId, pagePath }) => {
|
|
|
const linkedPagePath = new LinkedPagePath(pagePath);
|
|
|
const latterLink = <PagePathHierarchicalLink linkedPagePath={linkedPagePath} />;
|
|
|
@@ -84,10 +85,11 @@ const UserPagePathNav = ({ pageId, pagePath }) => {
|
|
|
);
|
|
|
};
|
|
|
|
|
|
-/* eslint-disable react/prop-types */
|
|
|
+// eslint-disable-next-line no-unused-vars
|
|
|
const UserInfo = ({ pageUser }) => {
|
|
|
return (
|
|
|
<div className="grw-users-info d-flex align-items-center">
|
|
|
+ {/* eslint-disable-next-line react/jsx-no-undef */}
|
|
|
<UserPicture user={pageUser} />
|
|
|
|
|
|
<div className="users-meta">
|