@@ -3,7 +3,7 @@
v-if="
((!getShowFullHeader && !currentRoute.path.endsWith('home')) || currentRoute.path.startsWith('/micro-vent-3dModal/modelchannel/')) &&
!noHeadeLink.includes(currentRoute.path) &&
- currentRoute.path !== homePath
+ (currentRoute.path !== homePath || currentRoute.path.startsWith('/monitorChannel/monitor-'))
"
:class="[
...getHeaderClass,