From aa00c2bfadb53003fd491631dfc215d29684fd6c Mon Sep 17 00:00:00 2001 From: Drew Del Rosario Date: Wed, 20 Sep 2023 21:13:09 -0700 Subject: [PATCH] UI changes to class names and readOnly setting --- client/src/Components/Counter.js | 9 ++++++++- client/src/EMS/HospitalStatusRow.js | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/client/src/Components/Counter.js b/client/src/Components/Counter.js index 059f79a7..56a08719 100644 --- a/client/src/Components/Counter.js +++ b/client/src/Components/Counter.js @@ -33,7 +33,14 @@ function Counter({ label, min, max, name, onChange, value, isEditing }) { − {!Number.isNaN(value) && ( - + )}