mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-04 11:58:21 -05:00
Remove conflict style
This commit is contained in:
@@ -257,16 +257,15 @@ export function Profile(url: string, header: any = null) {
|
||||
)
|
||||
}
|
||||
|
||||
{
|
||||
userData?.profile?.conflictStyle && (
|
||||
<div>
|
||||
<h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider"> Conflict
|
||||
Style </h2>
|
||||
< p
|
||||
className={pStyle}> {userData.profile.conflictStyle} </p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
{/*{*/}
|
||||
{/* userData?.profile?.conflictStyle && (*/}
|
||||
{/* <div>*/}
|
||||
{/* <h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider"> Conflict Style </h2>*/}
|
||||
{/* < p*/}
|
||||
{/* className={pStyle}> {userData.profile.conflictStyle} </p>*/}
|
||||
{/* </div>*/}
|
||||
{/* )*/}
|
||||
{/*}*/}
|
||||
|
||||
{tagsConfig.map((tag: any) => getTags(tag))}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user