chore: lint

This commit is contained in:
amhsirak
2025-05-20 20:42:37 +05:30
parent 609b4f32c8
commit f2f34f3171

View File

@@ -252,10 +252,10 @@ export const PairDetail = ({ pair, index }: PairDetailProps) => {
sx={{ flexGrow: 1, overflowY: 'auto' }}
key={`tree-view-2-${key}-${index}`}
>
<TreeItem
nodeId={`${String(key)}-${index}`}
label={`${String(pair.what[index].action)}`}
>
<TreeItem
nodeId={`${String(key)}-${index}`}
label={`${String(pair.what[index].action)}`}
>
{
// @ts-ignore
DisplayValueContent(pair.what[key], [key], false)