From 8d6830fc97f4403d0be85812dc4324cc5aa08a0a Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sun, 17 May 2026 14:25:34 +0200 Subject: [PATCH] fix(loyalty-admin): existing-program warning crashes when no merchant selected MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The warning panel was wrapped in x-show, which only toggles display:none — child :href bindings still evaluate, so the 'selectedMerchant.id' access inside the link threw 'TypeError: can't access property "id", selectedMerchant is null' on every reactive update before a merchant was picked. Switch to