From abca2c58a1aaeabca51361897c3ba46acf9f15fa Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Mon, 8 Aug 2022 23:26:00 -0600 Subject: [PATCH] add info for phone and email --- .../src/components/generic/InfoDialog.js | 54 ++++++++++++++----- 1 file changed, 42 insertions(+), 12 deletions(-) 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}

+