Skip to content

Commit fa753ae

Browse files
Update index.jsx.snap
1 parent d18b2b1 commit fa753ae

File tree

1 file changed

+2
-2
lines changed
  • __tests__/shared/components/challenge-listing/Sidebar/__snapshots__

1 file changed

+2
-2
lines changed

__tests__/shared/components/challenge-listing/Sidebar/__snapshots__/index.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`Matches shallow shapshot 1`] = `
1616
/>
1717
</div>
1818
<Footer
19-
hideTcLinksInFooter={false}
19+
hideTcLinksInFooter={true}
2020
/>
2121
</div>
2222
`;
@@ -37,7 +37,7 @@ exports[`Matches shallow shapshot 2`] = `
3737
/>
3838
</div>
3939
<Footer
40-
hideTcLinksInFooter={false}
40+
hideTcLinksInFooter={true}
4141
/>
4242
</div>
4343
`;

0 commit comments

Comments
 (0)