Skip to content

Commit 4eabe72

Browse files
committed
Remove conflict style
1 parent fbbe97d commit 4eabe72

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

lib/client/profile.tsx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,15 @@ export function Profile(url: string, header: any = null) {
257257
)
258258
}
259259

260-
{
261-
userData?.profile?.conflictStyle && (
262-
<div>
263-
<h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider"> Conflict
264-
Style </h2>
265-
< p
266-
className={pStyle}> {userData.profile.conflictStyle} </p>
267-
</div>
268-
)
269-
}
260+
{/*{*/}
261+
{/* userData?.profile?.conflictStyle && (*/}
262+
{/* <div>*/}
263+
{/* <h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider"> Conflict Style </h2>*/}
264+
{/* < p*/}
265+
{/* className={pStyle}> {userData.profile.conflictStyle} </p>*/}
266+
{/* </div>*/}
267+
{/* )*/}
268+
{/*}*/}
270269

271270
{tagsConfig.map((tag: any) => getTags(tag))}
272271

0 commit comments

Comments
 (0)