From 30ad42ab277e6b00f36382b9d39aaf18b0904f33 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:35:09 +0000 Subject: [PATCH] fix(ui): avoid spurious error on hydration (#22506) (#22711) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --- .../application-status-panel.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx b/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx index 43789bcd6b976..31b83874104a6 100644 --- a/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx +++ b/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx @@ -117,13 +117,15 @@ export const ApplicationStatusPanel = ({application, showDiff, showOperation, sh
{application.status.sourceHydrator.currentOperation.message}
)}
- + {application.status.sourceHydrator.currentOperation.drySHA && ( + + )}
)}