Skip to content

Commit 1b4e108

Browse files
Merge pull request #1189 from suppermancool/f2f-30069264-issue-959
fix issue #959
2 parents f457df3 + c873a6a commit 1b4e108

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

__tests__/shared/components/ProfilePage/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -679,25 +679,6 @@ exports[`renders an empty Profile correctly 1`] = `
679679
<p>
680680
Seems like this member doesn’t have much information to share yet.
681681
</p>
682-
<ThemedButton
683-
active={false}
684-
composeAdhocTheme="deeply"
685-
composeContextTheme="softly"
686-
disabled={false}
687-
enforceA={false}
688-
mapThemrProps={[Function]}
689-
onClick={null}
690-
onMouseDown={null}
691-
openNewTab={false}
692-
replace={false}
693-
size={null}
694-
theme={Object {}}
695-
themePriority="adhoc-context-default"
696-
to="https://www.topcoder-dev.com/community/members"
697-
type="button"
698-
>
699-
VIEW OTHER MEMBERS
700-
</ThemedButton>
701682
</div>
702683
<div
703684
id="profile-activity"

src/shared/components/ProfilePage/index.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import PT from 'prop-types';
99
import { PrimaryButton } from 'topcoder-react-ui-kit';
1010
import Sticky from 'react-stickynode';
1111

12-
import { config } from 'topcoder-react-utils';
1312
import Robot from 'assets/images/robot-happy.svg';
1413

1514
import BadgesModal from './BadgesModal';
@@ -187,9 +186,6 @@ BEEP. BEEP. HELLO!
187186
<p>
188187
Seems like this member doesn’t have much information to share yet.
189188
</p>
190-
<PrimaryButton theme={style} to={`${config.URL.BASE}/community/members`}>
191-
VIEW OTHER MEMBERS
192-
</PrimaryButton>
193189
</div>
194190
)
195191
}

0 commit comments

Comments
 (0)