From a5d190a7ae6c5c2046b833c277b06b85a4b93d79 Mon Sep 17 00:00:00 2001 From: mushka Date: Thu, 1 Sep 2022 04:35:26 +0300 Subject: [PATCH] updated style imports on history and deleted separate title --- .../Home/InfoPanel/Body/views/Room/History/index.js | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Room/History/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Room/History/index.js index 3efd04bffb..edd0a2d7b3 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Room/History/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Room/History/index.js @@ -2,11 +2,8 @@ import Avatar from "@docspace/components/avatar"; import ContextMenuButton from "@docspace/components/context-menu-button"; import Text from "@docspace/components/text"; import React from "react"; -import { StyledTitle } from "../../../styles/styles"; -import { - StyledHistoryBlock, - StyledHistoryList, -} from "../../../styles/VirtualRoom/history"; +import { StyledTitle } from "../../../styles/common"; +import { StyledHistoryBlock, StyledHistoryList } from "../../../styles/history"; import { fillingFormsVR } from "../../mock_data"; import getCorrectDate from "@docspace/components/utils/getCorrectDate"; import HistoryBlockContent from "./historyBlockContent"; @@ -22,12 +19,6 @@ const History = ({ t, personal, culture }) => { return ( <> - - thumbnail-icon - {data.title} - {}} className="context-menu-button" /> - - {data.history.map((operation) => (