We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2157d93 commit 626cdebCopy full SHA for 626cdeb
src/pages/ExtrinsicDetails.tsx
@@ -126,7 +126,7 @@ export const ExtrinsicDetails = () => {
126
</DetailRow>
127
<DetailRow>
128
<DetailLabel>Arguments:</DetailLabel>
129
- <DetailValue><JsonView clickToExpandNode={true} shouldExpandNode={(level, number) => {
+ <DetailValue><JsonView clickToExpandNode={true} shouldExpandNode={(level) => {
130
return !(level > 1)
131
}}
132
data={JSON.parse(extrinsic.args)} style={{
0 commit comments