Skip to content

Commit

Permalink
Updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijk83 committed Dec 27, 2020
1 parent 01e1879 commit f19aec9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ exports[`UserEntityChart Page renders correctly for artists 1`] = `
className="pager"
>
<li
className="previous hidden"
className="previous disabled"
>
<a
href=""
Expand All @@ -674,7 +674,7 @@ exports[`UserEntityChart Page renders correctly for artists 1`] = `
</a>
</li>
<li
className="next hidden"
className="next disabled"
>
<a
href=""
Expand Down Expand Up @@ -1605,7 +1605,7 @@ exports[`UserEntityChart Page renders correctly for recording 1`] = `
className="pager"
>
<li
className="previous hidden"
className="previous disabled"
>
<a
href=""
Expand All @@ -1616,7 +1616,7 @@ exports[`UserEntityChart Page renders correctly for recording 1`] = `
</a>
</li>
<li
className="next hidden"
className="next disabled"
>
<a
href=""
Expand Down Expand Up @@ -2447,7 +2447,7 @@ exports[`UserEntityChart Page renders correctly for releases 1`] = `
className="pager"
>
<li
className="previous hidden"
className="previous disabled"
>
<a
href=""
Expand All @@ -2458,7 +2458,7 @@ exports[`UserEntityChart Page renders correctly for releases 1`] = `
</a>
</li>
<li
className="next hidden"
className="next disabled"
>
<a
href=""
Expand Down

0 comments on commit f19aec9

Please sign in to comment.