We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5ad1c commit f85eec5Copy full SHA for f85eec5
src/Home.tsx
@@ -248,7 +248,7 @@ const Home = ({
248
<div className="tooltip">Total number of stored objects (counting all replicas)</div>
249
</div>
250
</Heading>
251
- <Heading subtitle weight="semibold">{data.containers && data.containers_objects[activeNet].toLocaleString('ru-RU')}</Heading>
+ <Heading subtitle weight="semibold">{data.objects && data.objects[activeNet].toLocaleString('ru-RU')}</Heading>
252
</Tile>
253
254
<Tile kind="parent">
0 commit comments