Add external links for indexer history

This commit is contained in:
Bogdan
2023-09-04 05:53:33 +03:00
parent caaf50ed9c
commit 7dbfa74c40
4 changed files with 47 additions and 44 deletions
@@ -67,7 +67,7 @@ function IndexerHistoryRow(props: IndexerHistoryRowProps) {
<HistoryRowParameter
key={parameter.key}
title={parameter.title}
value={data[parameter.key as keyof HistoryData]}
value={data[parameter.key as keyof HistoryData].toString()}
/>
);
})}