Client: InfoPanel: fix

This commit is contained in:
Viktor Fomin 2023-04-07 13:27:00 +03:00
parent 6cae5f8791
commit a4098ebf9b

View File

@ -101,8 +101,7 @@ const History = ({
}, [selection]);
if (showLoader) return <Loaders.InfoPanelViewLoader view="history" />;
if (history?.feeds.length === 0) return <NoHistory t={t} />;
if (!history) return <></>;
if (!history || history?.feeds.length === 0) return <NoHistory t={t} />;
return (
<>