Skip to content
Snippets Groups Projects
Commit 91fb3430 authored by henrikburmann's avatar henrikburmann
Browse files

Fixed threads

parent f9af068c
No related branches found
No related tags found
1 merge request!90My items
Pipeline #180178 passed
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
Dine gjenstander Dine gjenstander
</div> </div>
<!-- Search field --> <!-- Search field -->
<!-- Search field -->
<div class="relative" id="searchComponent"> <div class="relative" id="searchComponent">
<span class="absolute inset-y-0 left-0 flex items-center pl-3"> <span class="absolute inset-y-0 left-0 flex items-center pl-3">
<svg class="w-5 h-5 text-gray-400" viewBox="0 0 24 24" fill="none"> <svg class="w-5 h-5 text-gray-400" viewBox="0 0 24 24" fill="none">
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
> >
<li> <li>
<router-link <router-link
@click="goToMyItems"
to="" to="/user/userItems"
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-200 dark:hover:text-white" class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-200 dark:hover:text-white"
>Mine gjenstander</router-link >Mine gjenstander</router-link
> >
...@@ -152,9 +152,6 @@ export default { ...@@ -152,9 +152,6 @@ export default {
this.$store.commit("logout"); this.$store.commit("logout");
this.$router.push("/"); this.$router.push("/");
}, },
goToMyItems(){
this.$router.push("/user/userItems");
}
}, },
beforeMount() { beforeMount() {
this.getUser(); this.getUser();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment