diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index c0d68aa..09cb84a 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -612,50 +612,4 @@ {/each} -<<<<<<< HEAD - - Recent Campaigns -
- - {#each campaignStats as stat} - - - {#if stat.campaignId} - - {stat.campaignName} - - {:else} - - {stat.campaignName} - - {/if} - - - - - - - - - - {/each} -
-
-======= ->>>>>>> fix-dashboards-setup diff --git a/frontend/src/routes/profile/+page.svelte b/frontend/src/routes/profile/+page.svelte index 7454bc1..35591a7 100644 --- a/frontend/src/routes/profile/+page.svelte +++ b/frontend/src/routes/profile/+page.svelte @@ -609,7 +609,7 @@