Skip to content

Commit

Permalink
Merge pull request #89 from unikubehq/frontend-88
Browse files Browse the repository at this point in the history
fix: remove project bar from detail view
  • Loading branch information
SteinRobert committed Jul 23, 2021
2 parents bd8b8ef + b4007ae commit 0ef5530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Projects/ProjectDetail.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<v-container class="project-detail" fluid>
<div v-if="project">
<project-bar></project-bar>
<v-container fluid v-if="!$route.query.edit"
class="py-5 px-8 white">
<v-row>
Expand Down

0 comments on commit 0ef5530

Please sign in to comment.