From 98d59bef2f62d00b21b79502fbdbac088da39b87 Mon Sep 17 00:00:00 2001 From: btangmu Date: Mon, 5 Aug 2024 13:47:14 -0400 Subject: [PATCH] CLDR-16844 Fix vue property for open-dash -Delete extraneous exclamation point --- tools/cldr-apps/js/src/views/GeneralInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cldr-apps/js/src/views/GeneralInfo.vue b/tools/cldr-apps/js/src/views/GeneralInfo.vue index e855be3a319..2f4157972fa 100644 --- a/tools/cldr-apps/js/src/views/GeneralInfo.vue +++ b/tools/cldr-apps/js/src/views/GeneralInfo.vue @@ -7,12 +7,12 @@ @click="insertDashboard" class="cldr-nav-btn btn-primary open-dash" type="button" - v-if="!dashButtonShouldBeVisible()" + v-if="dashButtonShouldBeVisible()" > Open Dashboard - +