Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6863 Rev 6864
Línea 56... Línea 56...
56
            groupType={backendVars.group_type}
56
            groupType={backendVars.group_type}
57
            accessibility={backendVars.accessibility}
57
            accessibility={backendVars.accessibility}
58
          />
58
          />
59
        </div>
59
        </div>
60
        <div className="d-flex flex-column" style={{ gap: '.5rem' }}>
60
        <div className="d-flex flex-column" style={{ gap: '.5rem' }}>
-
 
61
          <GroupActions
-
 
62
            groupId={backendVars.group_uuid}
-
 
63
            groupType={backendVars.group_type}
-
 
64
            linkInmail={backendVars.link_inmail}
-
 
65
            {...backendVars}
61
          <GroupActions {...backendVars} actionLinks={actionsUrls} />
66
            actionLinks={actionsUrls}
-
 
67
          />
Línea 62... Línea 68...
62
 
68
 
63
          {backendVars.withoutFeeds ? (
69
          {backendVars.withoutFeeds ? (
64
            <AboutGroup {...backendVars} />
70
            <AboutGroup {...backendVars} />
65
          ) : (
71
          ) : (
Línea 68... Línea 74...
68
              <FeedList feed={backendVars.feed} image={backendVars.image} />
74
              <FeedList feed={backendVars.feed} image={backendVars.image} />
69
            </>
75
            </>
70
          )}
76
          )}
71
        </div>
77
        </div>
72
        <div className="d-flex flex-column" style={{ gap: '.5rem' }}>
78
        <div className="d-flex flex-column" style={{ gap: '.5rem' }}>
73
          <Members groupId={backendVars.groupId} />
79
          <Members groupId={backendVars.group_uuid} />
74
          {!backendVars.withoutFeeds && <AboutGroup {...backendVars} />}
80
          {!backendVars.withoutFeeds && <AboutGroup {...backendVars} />}
75
        </div>
81
        </div>
76
      </div>
82
      </div>
77
    </main>
83
    </main>
78
  )
84
  )