Remove conflict style

This commit is contained in:
MartinBraquet
2025-08-04 22:46:28 +02:00
parent fbbe97d297
commit 4eabe72078

View File

@@ -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))}