fixed incorrect key

This commit is contained in:
Elyor Djalilov 2022-11-30 15:21:52 +05:00
parent c3e702bbf5
commit 57973a0af6

View File

@ -60,7 +60,7 @@ export const HistoryBlockItemList = ({
<Trans
t={t}
ns="InfoPanel"
i18nKey={"AndMoreLabel"}
i18nKey="AndMoreLabel"
values={{ count: items.length - 3 }}
components={{ bold: <strong /> }}
/>