Skip to content

Commit 9eeb117

Browse files
committed
other user visiting use shared navbar
1 parent e8075a3 commit 9eeb117

File tree

1 file changed

+0
-3
lines changed
  • frontend/src/components/app/users

1 file changed

+0
-3
lines changed

frontend/src/components/app/users/User.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<!-- eslint-disable max-len -->
33
<div class="sm:mx-16 lg:mx-32">
4-
<NavBar v-bind:currentRoute="'Browse'"></NavBar>
54
<section class="mx-auto">
65
<div v-on:click="goBack()" class="sort-button py-0 ml-auto rounded-md text-lg w-20 md:w-16 mr-4 sm:mr-0 mb-4">
76
<h1 class="noSelect">←</h1>
@@ -16,13 +15,11 @@
1615
<script>
1716
import UserImages from '@/components/app/users/UserImages.vue';
1817
import UserProfile from '@/components/app/users/UserProfile.vue';
19-
import NavBar from '@/components/shared/NavBar.vue';
2018
2119
export default {
2220
components: {
2321
UserImages,
2422
UserProfile,
25-
NavBar,
2623
},
2724
data: () => ({
2825
user: null,

0 commit comments

Comments
 (0)