From ccb467ebaaaee1bfa562190af70533fe4cbc1a55 Mon Sep 17 00:00:00 2001 From: Chaim Marcus Date: Thu, 26 Mar 2026 06:57:48 +0000 Subject: [PATCH] fix: show update button only when newer version available --- dashboard/src/App.jsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dashboard/src/App.jsx b/dashboard/src/App.jsx index d148bc2..ed2663f 100644 --- a/dashboard/src/App.jsx +++ b/dashboard/src/App.jsx @@ -222,11 +222,13 @@ function CustomerDetail({ customerId }) { ) : ( <> - + {hasUpdate && ( + + )}