Skip to content

Commit

Permalink
feat: make service hideable
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Jul 28, 2023
1 parent 861df3d commit f758899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/sidebarService.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<div class="cust" v-bind:class="{active: isActive}">
<div class="cust" v-bind:class="{active: isActive}" v-if="!service['hidden']">
<b-row align-v="center" class="clickable" @click="action">
<b-col cols="1">
<div class="pl-2 sidebarSymbolParent">
Expand Down

0 comments on commit f758899

Please sign in to comment.