diff --git a/frontend/src/components/ListViews/OrganizationsListView.vue b/frontend/src/components/ListViews/OrganizationsListView.vue
index 9dae1671..c0beabd6 100644
--- a/frontend/src/components/ListViews/OrganizationsListView.vue
+++ b/frontend/src/components/ListViews/OrganizationsListView.vue
@@ -8,6 +8,7 @@
params: { organizationId: row.name },
}),
selectable: options.selectable,
+ showTooltip: options.showTooltip,
}"
row-key="name"
>
@@ -32,12 +33,13 @@
/>
-
{{ item.timeAgo }}
-
+
-