From c82ab7489bd42d50a1ff53c8887be46814047ca7 Mon Sep 17 00:00:00 2001 From: Ashutosh Rai <85889617+Ashutosh0602@users.noreply.github.com> Date: Wed, 15 May 2024 04:23:23 +0530 Subject: [PATCH] fixed text-\[.*px\] (#7770) --- src/Components/CameraFeed/NoFeedAvailable.tsx | 2 +- src/Components/Common/Sidebar/SidebarItem.tsx | 2 +- .../Facility/ConsultationDetails/ConsultationUpdatesTab.tsx | 2 +- src/Components/Patient/Waveform.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Components/CameraFeed/NoFeedAvailable.tsx b/src/Components/CameraFeed/NoFeedAvailable.tsx index a2cb10cc618..81f70ff5d87 100644 --- a/src/Components/CameraFeed/NoFeedAvailable.tsx +++ b/src/Components/CameraFeed/NoFeedAvailable.tsx @@ -28,7 +28,7 @@ export default function NoFeedAvailable(props: Props) { > {props.message} - + {redactedURL}
diff --git a/src/Components/Common/Sidebar/SidebarItem.tsx b/src/Components/Common/Sidebar/SidebarItem.tsx index 3101fc14535..b119aa58565 100644 --- a/src/Components/Common/Sidebar/SidebarItem.tsx +++ b/src/Components/Common/Sidebar/SidebarItem.tsx @@ -74,7 +74,7 @@ const SidebarItemBase = forwardRef( diff --git a/src/Components/Facility/ConsultationDetails/ConsultationUpdatesTab.tsx b/src/Components/Facility/ConsultationDetails/ConsultationUpdatesTab.tsx index 72eb54aeac8..1ec89152f16 100644 --- a/src/Components/Facility/ConsultationDetails/ConsultationUpdatesTab.tsx +++ b/src/Components/Facility/ConsultationDetails/ConsultationUpdatesTab.tsx @@ -774,7 +774,7 @@ export const ConsultationUpdatesTab = (props: ConsultationTabProps) => { tab2={
Events - + beta
diff --git a/src/Components/Patient/Waveform.tsx b/src/Components/Patient/Waveform.tsx index 07e241c048c..52885b62a51 100644 --- a/src/Components/Patient/Waveform.tsx +++ b/src/Components/Patient/Waveform.tsx @@ -126,7 +126,7 @@ export default function Waveform(props: { />
{props.metrics && ( -
+
Lowest: {Math.min(...queueData.slice(0, viewable))}
Highest: {Math.max(...queueData.slice(0, viewable))}
Stream Length: {data.length}