chore: lint
This commit is contained in:
@@ -252,10 +252,10 @@ export const PairDetail = ({ pair, index }: PairDetailProps) => {
|
|||||||
sx={{ flexGrow: 1, overflowY: 'auto' }}
|
sx={{ flexGrow: 1, overflowY: 'auto' }}
|
||||||
key={`tree-view-2-${key}-${index}`}
|
key={`tree-view-2-${key}-${index}`}
|
||||||
>
|
>
|
||||||
<TreeItem
|
<TreeItem
|
||||||
nodeId={`${String(key)}-${index}`}
|
nodeId={`${String(key)}-${index}`}
|
||||||
label={`${String(pair.what[index].action)}`}
|
label={`${String(pair.what[index].action)}`}
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
DisplayValueContent(pair.what[key], [key], false)
|
DisplayValueContent(pair.what[key], [key], false)
|
||||||
|
|||||||
Reference in New Issue
Block a user