diff --git a/__tests__/shared/components/ProfilePage/__snapshots__/index.jsx.snap b/__tests__/shared/components/ProfilePage/__snapshots__/index.jsx.snap index 7e222a6b27..fb48f813bb 100644 --- a/__tests__/shared/components/ProfilePage/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/ProfilePage/__snapshots__/index.jsx.snap @@ -6,6 +6,7 @@ exports[`renders a full Profile correctly 1`] = ` >
      • - + TERMS + +
      • +
        diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeSearchBar.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeSearchBar.jsx.snap index cac458c105..90bb23241e 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeSearchBar.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/ChallengeSearchBar.jsx.snap @@ -3,6 +3,7 @@ exports[`Matches shallow shapshot 1`] = `
        -
        +
        +
        diff --git a/src/shared/components/ProfilePage/index.jsx b/src/shared/components/ProfilePage/index.jsx index 9000a6d4c8..28bc7d6e84 100644 --- a/src/shared/components/ProfilePage/index.jsx +++ b/src/shared/components/ProfilePage/index.jsx @@ -167,7 +167,7 @@ class ProfilePage extends React.Component { /> ) } -
        +
        (
        -
        +

        diff --git a/src/shared/components/SubmissionPage/index.jsx b/src/shared/components/SubmissionPage/index.jsx index b0dd3aa986..73742c13e2 100644 --- a/src/shared/components/SubmissionPage/index.jsx +++ b/src/shared/components/SubmissionPage/index.jsx @@ -40,7 +40,7 @@ function SubmissionsPage(props) { return (
        -
        +
        - + +

        diff --git a/src/shared/components/TopcoderHeader/index.jsx b/src/shared/components/TopcoderHeader/index.jsx index cf6c9727ec..6f5e6eb523 100644 --- a/src/shared/components/TopcoderHeader/index.jsx +++ b/src/shared/components/TopcoderHeader/index.jsx @@ -337,6 +337,7 @@ export default class TopcoderHeader extends React.Component { return (
        { this.headerRoot = div; }} onMouseLeave={() => { if (openedMenu) { @@ -351,7 +352,7 @@ export default class TopcoderHeader extends React.Component { -
          { this.mainMenu = ul; }}> +
            { this.mainMenu = ul; }}> {mainMenu}
          @@ -387,6 +388,7 @@ export default class TopcoderHeader extends React.Component { trigger={activeTrigger} />
          { /* False when cursor leaves from the sub-menu to the element that has diff --git a/src/shared/components/challenge-listing/Filters/ChallengeSearchBar/index.jsx b/src/shared/components/challenge-listing/Filters/ChallengeSearchBar/index.jsx index fa3989b7f3..5c7b69780a 100644 --- a/src/shared/components/challenge-listing/Filters/ChallengeSearchBar/index.jsx +++ b/src/shared/components/challenge-listing/Filters/ChallengeSearchBar/index.jsx @@ -24,7 +24,7 @@ export default function ChallengeSearchBar({ setQuery, }) { return ( -
          +
          setQuery(event.target.value)} onKeyPress={event => (event.key === 'Enter' ? onSearch(query.trim()) : null)} diff --git a/src/shared/containers/SubmissionManagement/index.jsx b/src/shared/containers/SubmissionManagement/index.jsx index ea92f94ae9..c09ffe36a8 100644 --- a/src/shared/containers/SubmissionManagement/index.jsx +++ b/src/shared/containers/SubmissionManagement/index.jsx @@ -81,7 +81,7 @@ class SubmissionManagementPageContainer extends React.Component { return (
          -
          +
          {!isEmpty && ( -
          +
          { Boolean(isEmpty) && (
          Challenge # diff --git a/src/shared/containers/challenge-listing/Listing/index.jsx b/src/shared/containers/challenge-listing/Listing/index.jsx index 61bc3939ed..0a934ee595 100644 --- a/src/shared/containers/challenge-listing/Listing/index.jsx +++ b/src/shared/containers/challenge-listing/Listing/index.jsx @@ -237,7 +237,7 @@ export class ListingContainer extends React.Component { } return ( -
          +