From cfda3de82da8a545bae64ebaa963e4fef25ca251 Mon Sep 17 00:00:00 2001 From: Amanda Bullington <35536439+albullington@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:10:39 -0800 Subject: [PATCH] Change obscuration placement and alignment (#2638) --- .../LocationSection/LocationSection.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/ObsDetailsDefaultMode/LocationSection/LocationSection.tsx b/src/components/ObsDetailsDefaultMode/LocationSection/LocationSection.tsx index 39945f5ba..40d6e0588 100644 --- a/src/components/ObsDetailsDefaultMode/LocationSection/LocationSection.tsx +++ b/src/components/ObsDetailsDefaultMode/LocationSection/LocationSection.tsx @@ -40,13 +40,7 @@ const LocationSection = ( { observation={observation} handleLocationPickerPressed={handleLocationPickerPressed} /> - {observation.obscured && ( - - ) } + {observation && ( )} + {observation.obscured && ( + + ) }