Web: Files: Article: add profile

This commit is contained in:
Viktor Fomin 2022-07-11 23:11:10 +03:00
parent 98770ee156
commit 60cd3c2b09

View File

@ -21,6 +21,7 @@ import withLoader from "../../../HOCs/withLoader";
import { withTranslation } from "react-i18next";
import { FolderType } from "@appserver/common/constants";
import RoomsFilter from "@appserver/common/api/rooms/filter";
import Profile from "./Profile";
const StyledBlock = styled.div`
padding: 0 20px;
@ -157,6 +158,7 @@ const ArticleBodyContent = (props) => {
campaigns.length > 0 && <Banner FirebaseHelper={FirebaseHelper} />}
</StyledBlock>
)}
<Profile />
</>
);
};