Skip to content

Commit f85eec5

Browse files
committed
web: Use objects instead of containers_objects naming
Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
1 parent 9e5ad1c commit f85eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const Home = ({
248248
<div className="tooltip">Total number of stored objects (counting all replicas)</div>
249249
</div>
250250
</Heading>
251-
<Heading subtitle weight="semibold">{data.containers && data.containers_objects[activeNet].toLocaleString('ru-RU')}</Heading>
251+
<Heading subtitle weight="semibold">{data.objects && data.objects[activeNet].toLocaleString('ru-RU')}</Heading>
252252
</Tile>
253253
</Tile>
254254
<Tile kind="parent">

0 commit comments

Comments
 (0)