feat(frontend): hides 'edit branch' when on main
This commit is contained in:
@@ -76,7 +76,10 @@
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item v-if="selectedBranch" @click="editBranch">
|
||||
<v-list-item
|
||||
v-if="selectedBranch && selectedBranch.name != 'main'"
|
||||
@click="editBranch"
|
||||
>
|
||||
<v-list-item-action class="mr-2">
|
||||
<v-icon>mdi-cog-outline</v-icon>
|
||||
</v-list-item-action>
|
||||
|
||||
Reference in New Issue
Block a user