Skip to content

Commit 57e1663

Browse files
committed
fix participating validators table
1 parent 1e78b6e commit 57e1663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/explorer/src/pages/epochs/EpochDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function EpochDetail() {
7979
const tableColumns = useMemo(() => {
8080
if (!epochData?.validators || epochData.validators.length === 0) return null;
8181
const includeColumns = [
82-
'Name',
82+
'Validator',
8383
'Stake',
8484
'APY',
8585
'Effective Commission',

0 commit comments

Comments
 (0)