This commit is contained in:
Daniel Shleifman
2021-05-27 13:52:27 +03:00
parent 95016ea141
commit feb9b11993

View File

@@ -62,7 +62,7 @@ export default function DialogCacheInfo({ hash }) {
}, [hash])
useEffect(() => {
if (!cache?.PiecesCount || !cache?.Pieces) return
if (!cache.PiecesCount || !cache.Pieces) return
const { Pieces, PiecesCount, Readers } = cache