diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 16:51:59 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 16:51:59 +0100 |
| commit | 4657b9af95277c4a2d33a67415658819701ab694 (patch) | |
| tree | 5bf5bcf97c129267038a01ca8cfb5b5c4a0aaa9e /code/app/src | |
| parent | a8219611cbebbd27501d9f30c804979048b98107 (diff) | |
| download | greatoffice-4657b9af95277c4a2d33a67415658819701ab694.tar.xz greatoffice-4657b9af95277c4a2d33a67415658819701ab694.zip | |
fix: Remove duplicated notification
Diffstat (limited to 'code/app/src')
| -rw-r--r-- | code/app/src/routes/(main)/(app)/+layout.svelte | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/code/app/src/routes/(main)/(app)/+layout.svelte b/code/app/src/routes/(main)/(app)/+layout.svelte index 936e0a7..5814712 100644 --- a/code/app/src/routes/(main)/(app)/+layout.svelte +++ b/code/app/src/routes/(main)/(app)/+layout.svelte @@ -84,12 +84,6 @@ subtitle="Because of this, you now have gained access to more functionality" show={true} /> - - <Notification - title="Email successfully validated" - subtitle="Because of this, you now have gained access to more functionality" - show={true} - /> {/if} <div class="min-h-full"> |
