atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

switch key indices symbol to hash

Juliet 1d70eccf 5a666af7

+1 -1
+1 -1
src/components/json.tsx
··· 309 309 const JSONArray = (props: { data: JSONType[] }) => { 310 310 return ( 311 311 <For each={props.data}> 312 - {(value, index) => <CollapsibleItem label={`[${index()}]`} value={value} />} 312 + {(value, index) => <CollapsibleItem label={`#${index()}`} value={value} />} 313 313 </For> 314 314 ); 315 315 };