Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5868 Rev 5869
Línea 132... Línea 132...
132
        userIdEncrypted={userInfo.userProfileIdEncrypted}
132
        userIdEncrypted={userInfo.userProfileIdEncrypted}
133
      />
133
      />
134
    ),
134
    ),
135
  }
135
  }
Línea 136... Línea 136...
136
 
136
 
137
  return (
137
  return {
138
    <main className="w-100">
138
    /* <main className="w-100">
139
      <div className="container">
139
      <div className="container">
140
        <div className="main d-flex flex-column" style={{ gap: '.5rem' }}>
140
        <div className="main d-flex flex-column" style={{ gap: '.5rem' }}>
141
          <ProfileCard {...{ ...userInfo, formatted_address: address }} />
141
          <ProfileCard {...{ ...userInfo, formatted_address: address }} />
142
          <ProfileWidget
142
          <ProfileWidget
Línea 234... Línea 234...
234
            )}
234
            )}
235
          </ProfileWidget>
235
          </ProfileWidget>
236
          {renderModal[modalShow]}
236
          {renderModal[modalShow]}
237
        </div>
237
        </div>
238
      </div>
238
      </div>
239
    </main>
239
    </main> */
240
  )
240
  }
241
}
241
}
Línea 242... Línea 242...
242
 
242