Skip to content

Commit bf4ac74

Browse files
Merge pull request #5962 from topcoder-platform/develop
feat: use v5 member api
2 parents e45b109 + 11561bc commit bf4ac74

File tree

10 files changed

+5466
-5534
lines changed

10 files changed

+5466
-5534
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ workflows:
343343
branches:
344344
only:
345345
- develop
346-
- features/mm-dashboard
347346
# This is alternate dev env for parallel testing
348347
- "build-test":
349348
context : org-global

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ exports[`Matches shallow shapshot 1`] = `
601601
<span
602602
className="src-shared-components-TopcoderFooter-___style__copyright-notice___24f5v"
603603
>
604-
© 2021 Topcoder
604+
© 2022 Topcoder
605605
<a
606606
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
607607
href="https://www.topcoder-dev.com/policy"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`Matches shallow shapshot 1`] = `
6969
className="src-shared-components-challenge-listing-Sidebar-Footer-___style__copyright___ghkHg"
7070
>
7171
Topcoder ©
72-
2021
72+
2022
7373
</p>
7474
</div>
7575
`;

0 commit comments

Comments
 (0)