diff --git a/web/ASC.Web.Common/src/components/PageLayout/sub-components/article-pin-panel.js b/web/ASC.Web.Common/src/components/PageLayout/sub-components/article-pin-panel.js index 5dc0c49003..3258f29615 100644 --- a/web/ASC.Web.Common/src/components/PageLayout/sub-components/article-pin-panel.js +++ b/web/ASC.Web.Common/src/components/PageLayout/sub-components/article-pin-panel.js @@ -1,7 +1,7 @@ import React from "react"; import PropTypes from "prop-types"; import styled from "styled-components"; -import { utils, Icons, Text, Box } from "asc-web-components"; +import { utils, Icons, Text } from "asc-web-components"; const { tablet, smallTablet } = utils.device; const StyledArticlePinPanel = styled.div` @@ -59,14 +59,12 @@ const ArticlePinPanel = React.memo((props) => { return ( {pinned ? ( -
{unpinText}
- ) : (