From b9f508ae980022521883dba25a0e4af40ce8b22a Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 11 Mar 2022 14:50:18 +0100 Subject: [PATCH] Fix reactivity in mobile shares nav Implicit generated key wasn't incorporating the `active` state and thus didn't force a re-render when the active state changed. --- .../src/components/AppBar/SharesNavigation.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/web-app-files/src/components/AppBar/SharesNavigation.vue b/packages/web-app-files/src/components/AppBar/SharesNavigation.vue index 358cd575b84..c2607b67b18 100644 --- a/packages/web-app-files/src/components/AppBar/SharesNavigation.vue +++ b/packages/web-app-files/src/components/AppBar/SharesNavigation.vue @@ -19,6 +19,7 @@