Client:PortalSettings:Plugins: hide plugin header and description

This commit is contained in:
Timofey Boyko 2023-11-08 10:19:51 +03:00
parent 18c4075410
commit 1e9157b171
2 changed files with 2 additions and 4 deletions

View File

@ -59,12 +59,12 @@ const PluginPage = ({
</StyledEmptyContainer>
) : (
<StyledContainer>
<Header
{/* <Header
t={t}
currentColorScheme={currentColorScheme}
learnMoreLink={learnMoreLink}
withUpload={withUpload}
/>
/> */}
{withUpload && <UploadButton t={t} addPlugin={addPlugin} />}
<PluginListContainer>
{pluginList.map((plugin) => (

View File

@ -6,8 +6,6 @@ import { PluginListContainer } from "../StyledPlugins";
const ListLoader = ({ widthUpload }) => {
return (
<>
<RectangleLoader width={"58px"} height={"22px"} />
<RectangleLoader width={"700px"} height={"40px"} />
{widthUpload && <RectangleLoader width={"144px"} height={"32px"} />}
<PluginListContainer>
<RectangleLoader width={"340px"} height={"135px"} />