diff --git a/src/pages/OtherOrganizations.vue b/src/pages/OtherOrganizations.vue
index f4c2b0114..963b5ffd4 100644
--- a/src/pages/OtherOrganizations.vue
+++ b/src/pages/OtherOrganizations.vue
@@ -40,7 +40,7 @@
ref="table"
:columns="columns"
:url="tableUrl"
- :body-style="{ height: '40rem' }"
+ :body-style="{ height: '' }"
data-testid="testOrganizationsDataTable"
class="bg-white border"
:query="{
@@ -49,23 +49,6 @@
fields: 'id,name,url,facebook,twitter,type_t',
}"
>
-
-
- {{ slotProps.item.overdue_count || 0 }}
-
-
-
{