Skip to content

Commit

Permalink
Merge pull request #646 from CityOfZion/CU-86a0dc4dp-1
Browse files Browse the repository at this point in the history
CU-86a0dc4dp - requesting block/transaction details also requests a lot of unnecessary data
  • Loading branch information
raulduartep authored Aug 18, 2023
2 parents 818f9f6 + 0f71a93 commit 0c5430f
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/__tests__/components/__snapshots__/List.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ exports[`renders without crashing 1`] = `
>
Test Label 2
</div>
<a
<Link
className=""
href="#"
key="1"
onClick={[Function]}
style={
Expand All @@ -47,22 +46,22 @@ exports[`renders without crashing 1`] = `
"borderRadius": "3px 0 0 3px",
}
}
to="#"
>
123423445
</a>
<a
</Link>
<Link
className=""
href="#"
key="2"
onClick={[Function]}
to="#"
>
<div>
hello test 2
</div>
</a>
<a
</Link>
<Link
className=""
href="#"
key="3"
onClick={[Function]}
style={
Expand All @@ -71,22 +70,22 @@ exports[`renders without crashing 1`] = `
"borderRadius": "3px 0 0 3px",
}
}
to="#"
>
123423445
</a>
<a
</Link>
<Link
className=""
href="#"
key="4"
onClick={[Function]}
to="#"
>
<div>
hello test 2
</div>
</a>
<a
</Link>
<Link
className=""
href="#"
key="5"
onClick={[Function]}
style={
Expand All @@ -95,22 +94,22 @@ exports[`renders without crashing 1`] = `
"borderRadius": "3px 0 0 3px",
}
}
to="#"
>
123423445
</a>
<a
</Link>
<Link
className=""
href="#"
key="6"
onClick={[Function]}
to="#"
>
<div>
hello test 2
</div>
</a>
<a
</Link>
<Link
className=""
href="#"
key="7"
onClick={[Function]}
style={
Expand All @@ -119,22 +118,22 @@ exports[`renders without crashing 1`] = `
"borderRadius": "3px 0 0 3px",
}
}
to="#"
>
123423445
</a>
<a
</Link>
<Link
className=""
href="#"
key="8"
onClick={[Function]}
to="#"
>
<div>
hello test 2
</div>
</a>
<a
</Link>
<Link
className=""
href="#"
key="9"
onClick={[Function]}
style={
Expand All @@ -143,19 +142,20 @@ exports[`renders without crashing 1`] = `
"borderRadius": "3px 0 0 3px",
}
}
to="#"
>
123423445
</a>
<a
</Link>
<Link
className=""
href="#"
key="10"
onClick={[Function]}
to="#"
>
<div>
hello test 2
</div>
</a>
</Link>
</div>
</div>
`;

0 comments on commit 0c5430f

Please sign in to comment.