Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3141 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3141 Rev 3148
Línea 4... Línea 4...
4
import ParadigmItem from './paradigm-item'
4
import ParadigmItem from './paradigm-item'
5
import EmptySection from '@components/UI/EmptySection'
5
import EmptySection from '@components/UI/EmptySection'
Línea 6... Línea 6...
6
 
6
 
7
export default function ParadigmList({ paradigms = [] }) {
7
export default function ParadigmList({ paradigms = [] }) {
8
  if (!paradigms || !paradigms.length) {
8
  if (!paradigms || !paradigms.length) {
9
    return <EmptySection message='No hay metas para mostrar' />
9
    return <EmptySection message='No hay paradigmas para mostrar' />
Línea 10... Línea 10...
10
  }
10
  }
11
 
11
 
12
  return (
12
  return (