File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/components/sections/profile Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -111,18 +111,18 @@ export default function ProfileHeader() {
111
111
< > </ >
112
112
) }
113
113
</ div >
114
- { canConnectDiscord && (
115
- < div className = "pt-5 space-x-3" >
114
+ < div className = "pt-5 space-x-3" >
115
+ { canConnectDiscord && (
116
116
< Button variant = "outline-primary" className = "flex mx-auto text-base" onClick = { triggerDiscordOauth } >
117
117
{ t ( "profile.header.connect-discord" ) }
118
118
</ Button >
119
- { ! isKycVerified && (
120
- < Button variant = "outline-primary" className = "flex mx-auto text-base" onClick = { triggerKYCVerification } >
121
- { t ( "profile.header.sumsub.verify" ) }
122
- </ Button >
123
- ) }
124
- </ div >
125
- ) }
119
+ ) }
120
+ { ! isKycVerified && (
121
+ < Button variant = "outline-primary" className = "flex mx-auto text-base" onClick = { triggerKYCVerification } >
122
+ { t ( "profile.header.sumsub.verify" ) }
123
+ </ Button >
124
+ ) }
125
+ </ div >
126
126
< KYCVerification />
127
127
</ div >
128
128
) ;
You can’t perform that action at this time.
0 commit comments