|
|
|
@ -913,9 +913,9 @@ submittojoinclass=(value)=>{
|
|
|
|
|
strbool=false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
console.log(item.hidden);
|
|
|
|
|
return(
|
|
|
|
|
<li key={key} onClick={()=>this.headtypesonClick(item.link,true)} className={`${headtypes===undefined?'pr':headtypes===item.link?'pr active':'pr'}`} style={item.hidden==false?{ display: 'block'}:{ display: 'none'}}>
|
|
|
|
|
<li key={key} onClick={()=>this.headtypesonClick(item.link,true)} className={`${headtypes===undefined?'pr':headtypes===item.link?'pr active':'pr'}`} style={item.hidden==false?{display: 'block'}:{display: 'none'}}>
|
|
|
|
|
{
|
|
|
|
|
strbool===true?
|
|
|
|
|
<a href={item.link}>{item.name}</a>
|
|
|
|
|