aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Display')
-rw-r--r--src/components/Display/ClientInfoDisplay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Display/ClientInfoDisplay.js b/src/components/Display/ClientInfoDisplay.js
index 48e8c6d..34f001b 100644
--- a/src/components/Display/ClientInfoDisplay.js
+++ b/src/components/Display/ClientInfoDisplay.js
@@ -12,7 +12,7 @@ import "./Display.scss";
const ClientInfoDisplay = (props) => {
return (
<div>
- clientID: {props.clientID}
+ Client Name: {props.client.Name}
</div>
);
}