Skip to content

Commit

Permalink
Hide logout button when user is logged out
Browse files Browse the repository at this point in the history
  • Loading branch information
shff committed Mar 22, 2018
1 parent c531a1d commit 9bf9412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/app/components/elements/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<Icon name="bell" />
</a>
<router-link
v-if="$store.getters.logged"
class="pl2 pointer"
to="/logout">
<Icon name="logout" />
Expand Down

0 comments on commit 9bf9412

Please sign in to comment.