\r\n {this.state.notificaciones!==null?\r\n this.state.notificaciones.map((text,index,array)=>(\r\n text.LADO==='D' && (this.state.filtro==='all'||text.TIPO===this.state.filtro)?\r\n
\r\n
\r\n {text.TITULO}\r\n \r\n
\r\n
\r\n {text.MOSTRAR_ICONO? :null}{text.MOSTRAR_ICONO?'':text.LETRAS}\r\n \r\n
\r\n
\r\n
\r\n
\r\n :''\r\n )):''\r\n }\r\n
\r\n