File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed
__tests__/shared/components/ProfilePage/__snapshots__
src/shared/components/ProfilePage Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -679,25 +679,6 @@ exports[`renders an empty Profile correctly 1`] = `
679
679
<p >
680
680
Seems like this member doesn’t have much information to share yet.
681
681
</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 >
701
682
</div >
702
683
<div
703
684
id = " profile-activity"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import PT from 'prop-types';
9
9
import { PrimaryButton } from 'topcoder-react-ui-kit' ;
10
10
import Sticky from 'react-stickynode' ;
11
11
12
- import { config } from 'topcoder-react-utils' ;
13
12
import Robot from 'assets/images/robot-happy.svg' ;
14
13
15
14
import BadgesModal from './BadgesModal' ;
@@ -187,9 +186,6 @@ BEEP. BEEP. HELLO!
187
186
< p >
188
187
Seems like this member doesn’t have much information to share yet.
189
188
</ p >
190
- < PrimaryButton theme = { style } to = { `${ config . URL . BASE } /community/members` } >
191
- VIEW OTHER MEMBERS
192
- </ PrimaryButton >
193
189
</ div >
194
190
)
195
191
}
You can’t perform that action at this time.
0 commit comments