remove searchfield in navbar

This commit is contained in:
jona 2023-04-16 00:33:13 +02:00
parent ef0d09da55
commit aed6abf585

View file

@ -15,9 +15,6 @@
</b-navbar-item> </b-navbar-item>
</template> </template>
<template slot="start"> <template slot="start">
<b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }">{{
$t("Filter")
}}</b-navbar-item>
<b-navbar-item <b-navbar-item
v-if="currentActor.id && currentUser.isLoggedIn" v-if="currentActor.id && currentUser.isLoggedIn"
tag="router-link" tag="router-link"