File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments