diff --git a/src/views/profile/components/RolesNavbar.vue b/src/views/profile/components/RolesNavbar.vue
index cffdec7d..e234e3a9 100644
--- a/src/views/profile/components/RolesNavbar.vue
+++ b/src/views/profile/components/RolesNavbar.vue
@@ -88,7 +88,6 @@ export default {
})
this.$router.addRoutes(response)
})
- this.$store.dispatch('getRecentItemsFromServer')
})
this.$router.push({ path: '/' })
},
diff --git a/src/views/profile/components/recentItems.vue b/src/views/profile/components/recentItems.vue
deleted file mode 100644
index 12733c8c..00000000
--- a/src/views/profile/components/recentItems.vue
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
- {{ item.displayName }}
- {{ $t('notifications.opened') }}
-
- {{ item.description }}
-
-
-
-
-
-
-
diff --git a/src/views/profile/components/role.vue b/src/views/profile/components/role.vue
index 567978e9..56e2d9c1 100644
--- a/src/views/profile/components/role.vue
+++ b/src/views/profile/components/role.vue
@@ -119,7 +119,6 @@ export default {
})
this.$router.addRoutes(response)
})
- this.$store.dispatch('getRecentItemsFromServer')
})
},
changeLanguage(languageValue) {
diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue
index 1e901d23..1a6902ce 100644
--- a/src/views/profile/index.vue
+++ b/src/views/profile/index.vue
@@ -13,9 +13,6 @@
-
-
-
@@ -28,12 +25,11 @@