From 07f90909c96e187ed4f19e000cec9bfc44518138 Mon Sep 17 00:00:00 2001 From: Tyler Adam Martinez Date: Mon, 16 Feb 2026 11:56:18 -0600 Subject: [PATCH] fix(well): Update easting & northing to follow the normal convention --- src/components/card/CoreWellInfo.tsx | 2 +- src/components/pdf/well.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/card/CoreWellInfo.tsx b/src/components/card/CoreWellInfo.tsx index 7ad0278f..09d51f06 100644 --- a/src/components/card/CoreWellInfo.tsx +++ b/src/components/card/CoreWellInfo.tsx @@ -112,7 +112,7 @@ export const CoreWellInfoCard = ({ - Easting/Northing: + Easting, Northing: {`${easting?.toFixed(0) || 'N/A'}, ${northing?.toFixed(0) || 'N/A'}`} diff --git a/src/components/pdf/well.tsx b/src/components/pdf/well.tsx index 431202d5..c0419f9e 100644 --- a/src/components/pdf/well.tsx +++ b/src/components/pdf/well.tsx @@ -182,7 +182,7 @@ export const WellPDF = ({