diff --git a/lib/client/profile.tsx b/lib/client/profile.tsx
index 3b4e208..5d16b00 100644
--- a/lib/client/profile.tsx
+++ b/lib/client/profile.tsx
@@ -257,16 +257,15 @@ export function Profile(url: string, header: any = null) {
)
}
- {
- userData?.profile?.conflictStyle && (
-
-
Conflict
- Style
- < p
- className={pStyle}> {userData.profile.conflictStyle}
-
- )
- }
+ {/*{*/}
+ {/* userData?.profile?.conflictStyle && (*/}
+ {/* */}
+ {/*
Conflict Style
*/}
+ {/* < p*/}
+ {/* className={pStyle}> {userData.profile.conflictStyle} */}
+ {/* */}
+ {/* )*/}
+ {/*}*/}
{tagsConfig.map((tag: any) => getTags(tag))}