Skip to content

Commit

Permalink
Merge pull request #48 from ddxv/remove-sidebar-from-company-page
Browse files Browse the repository at this point in the history
Removed side bar from AppsFlyer page
  • Loading branch information
ddxv authored Mar 25, 2024
2 parents 61c3cd9 + 90d22ab commit 369b618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/SideBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</div>
{/if}

{#if $page.url.pathname.startsWith('/adtech') || $page.url.pathname.startsWith('/adtech')}
{#if ($page.url.pathname.startsWith('/adtech') || $page.url.pathname.startsWith('/adtech')) && !$page.url.pathname.includes('companies')}
<div class="p-1 md:p-2">
<div class="card p-4">
<h3 class="h3">Adtech Type</h3>
Expand Down

0 comments on commit 369b618

Please sign in to comment.