From ea88466fda6c719caa9daae5ea4698565fa84426 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Tue, 15 Jun 2021 12:25:46 +0530 Subject: fixed some errors in SelectClientForm --- src/components/Display/ClientInfoDisplay.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'src/components/Display') diff --git a/src/components/Display/ClientInfoDisplay.js b/src/components/Display/ClientInfoDisplay.js index 34f001b..7eb46d2 100644 --- a/src/components/Display/ClientInfoDisplay.js +++ b/src/components/Display/ClientInfoDisplay.js @@ -10,10 +10,20 @@ import React from "react"; import "./Display.scss"; const ClientInfoDisplay = (props) => { + //console.log(props.client) return ( -
- Client Name: {props.client.Name} -
+ + + + + + + + + + + +
Client Name:{props.client.Name}
Client Address:{props.client.Address}
); } -- cgit v1.2.3