Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2171 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2171 Rev 2172
Línea 34... Línea 34...
34
              maxWidth: '100%',
34
              maxWidth: '100%',
35
              height: 'auto'
35
              height: 'auto'
36
            }
36
            }
37
          }}
37
          }}
38
        >
38
        >
39
          {renderContent({ file, type })}
39
          {open ? renderContent({ file, type }) : null}
40
        </Box>
40
        </Box>
41
      </Backdrop>
41
      </Backdrop>
42
    </>
42
    </>
43
  )
43
  )
44
}
44
}