diff --git a/src/components/dashboard/Dashboard.svelte b/src/components/dashboard/Dashboard.svelte
index fc89308c..cd756c1e 100644
--- a/src/components/dashboard/Dashboard.svelte
+++ b/src/components/dashboard/Dashboard.svelte
@@ -53,6 +53,23 @@
{$_('orgs')}
{/if}
+ {#if store.state.jwtinfo.userdetails.permissions.includes('DONOR:GET')}
+
+
+ {$_('donors')}
+
+ {/if}
{#if store.state.jwtinfo.userdetails.permissions.includes('USER:GET')}