From 7ff5d674eaa69a4ac38cc047cd89362a33c1be0d Mon Sep 17 00:00:00 2001
From: Gilgard <Hjelljord.alida@gmail.com>
Date: Thu, 5 May 2022 18:49:45 +0200
Subject: [PATCH] lint

---
 src/components/UserProfileComponents/UserItems.vue | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/components/UserProfileComponents/UserItems.vue b/src/components/UserProfileComponents/UserItems.vue
index 63c8c14..418a4f2 100644
--- a/src/components/UserProfileComponents/UserItems.vue
+++ b/src/components/UserProfileComponents/UserItems.vue
@@ -58,7 +58,9 @@
             >
               <li>
                 <button
-                  @click="this.$router.push('/item/' + item.listingID + '/edit')"
+                  @click="
+                    this.$router.push('/item/' + item.listingID + '/edit')
+                  "
                   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"
                 >
                   Rediger gjenstand
@@ -121,7 +123,9 @@
             >
               <li>
                 <button
-                  @click="this.$router.push('/item/' + item.listingID + '/edit')"
+                  @click="
+                    this.$router.push('/item/' + item.listingID + '/edit')
+                  "
                   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"
                 >
                   Rediger gjenstand
-- 
GitLab