Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6865 Rev 6868
Línea 59... Línea 59...
59
              <FeedList feed={backendVars.feed} image={backendVars.image} />
59
              <FeedList feed={backendVars.feed} image={backendVars.image} />
60
            </>
60
            </>
61
          )}
61
          )}
62
        </div>
62
        </div>
63
        <div className="d-flex flex-column" style={{ gap: '.5rem' }}>
63
        <div className="d-flex flex-column" style={{ gap: '.5rem' }}>
64
          <Members groupId={backendVars.group_uuid} />
64
          <Members groupId={backendVars.groupUuid} />
65
          {!backendVars.withoutFeeds && <AboutGroup {...backendVars} />}
65
          {!backendVars.withoutFeeds && <AboutGroup {...backendVars} />}
66
        </div>
66
        </div>
67
      </div>
67
      </div>
68
    </main>
68
    </main>
69
  )
69
  )