File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/plugins/packages/boundwitness/src/components/_shared/Payloads/payloads-table Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { useTableHeight } from '@xyo-network/react-table'
1111import type { RefObject } from 'react'
1212import React , { useLayoutEffect } from 'react'
1313
14- type clickableFields = 'hash '
14+ type clickableFields = 'payload '
1515
1616export interface BoundWitnessPayloadTableBodyProps < TNoun extends ExtendEventNoun = EventNoun > extends PayloadTableBodyProps {
1717 clickableFields ?: clickableFields [ ]
@@ -53,7 +53,7 @@ export const BoundWitnessPayloadTableBody = <TNoun extends ExtendEventNoun = Eve
5353 < TableRow ref = { tableRowRef } key = { hash } >
5454 < TableCell title = { payloadSchemas [ index ] } > { payloadSchemas [ index ] } </ TableCell >
5555 < HashTableCell title = { hash } value = { hash } >
56- { clickableFields ?. includes ( 'hash ' )
56+ { clickableFields ?. includes ( 'payload ' )
5757 ? (
5858 < Link
5959 sx = { { cursor : 'pointer' } }
You can’t perform that action at this time.
0 commit comments