Client: fix plugin list

This commit is contained in:
Timofey Boyko 2023-11-02 17:45:23 +03:00
parent ff9c9193db
commit 6bffef7fd5

View File

@ -46,7 +46,7 @@ const PluginPage = ({
<StyledContainer>
<ListLoader withUpload={withUpload} />
</StyledContainer>
) : isEmptyList || true ? (
) : isEmptyList ? (
<StyledEmptyContainer>
<EmptyScreen
t={t}