diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index bce14e0..7e806a9 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -37,8 +37,8 @@
-
-
+
+
@@ -109,6 +109,9 @@ export default {
result = ['FILES', 'UPLOAD'].includes(this.navViewName) ? false : true;
return result;
+ },
+ noShowSaveButton: function() {
+ return this.navViewName === 'UPLOAD' || this.navViewName === 'COMPARE' || this.isActive === 'PERFORMANCE' ? true : false;
}
},
watch: {