diff --git a/web-ui/web-react/src/components/generic/InfoDialog.js b/web-ui/web-react/src/components/generic/InfoDialog.js index ab03cf89..1be18de6 100644 --- a/web-ui/web-react/src/components/generic/InfoDialog.js +++ b/web-ui/web-react/src/components/generic/InfoDialog.js @@ -26,21 +26,51 @@ class InfoDialog extends React.Component {

{this.props.info.name}

-
-

Apellido(s)

-
-
- -

{this.props.info.last_name}

+
+

Apellido(s)

+
+
+ +

{this.props.info.last_name}

+
+
+
+
+

Identificación

+
+
+ +

{this.props.info.dni}

+
-
-

Identificación

-
-
- -

{this.props.info.dni}

+
+
+

Teléfono

+
+
+ +

{this.props.info.phone}

+
+
+
+
+

Correo Electrónico

+
+
+ +

{this.props.info.email}

+