diff --git a/frontend/src/routes/account/+page.svelte b/frontend/src/routes/account/+page.svelte index 9c1d187..31a96e3 100644 --- a/frontend/src/routes/account/+page.svelte +++ b/frontend/src/routes/account/+page.svelte @@ -925,9 +925,11 @@
Your loyalty card is full! Your next completed appointment will receive 10% off. -
- - {/if} + + + {/if} + + {/if} @@ -1171,13 +1173,14 @@ - -
-

Notifications

-

- Choose how you receive booking reminders and updates -

-
+ + {#if authStore.currentUser?.role !== 'admin'} +
+

Notifications

+

+ Choose how you receive booking reminders and updates +

+
Email
@@ -1241,7 +1244,7 @@
-
+ {/if}