diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index 85e79e8..83b0a18 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -4,7 +4,7 @@
-
+
arrow_back
@@ -101,6 +101,12 @@ export default {
case 'CheckConformance':
return this.conformanceFilterTempCheckId || this.conformanceLogTempCheckId ? false : true;
}
+ },
+ showIcon: function() {
+ let result = true;
+ if(this.navViewName === 'FILES') result = false;
+ else if(this.navViewName === 'UPLOAD') result = false;
+ return result;
}
},
watch: {
@@ -160,9 +166,6 @@ export default {
break;
}
break;
- case 'UPLOAD':
- this.showNavbarBreadcrumb = false;
- break;
}
// if(this.navViewName === 'DISCOVER') {
// if(name === 'Map' || name === 'CheckMap') this.isActive = 'MAP';