Skip to content

Commit

Permalink
fix: analtytics filters now showing in some cases (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Apr 15, 2024
2 parents 1fe5958 + c6a6aa9 commit d57bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/share/src/analytics/AnalyticsFilters.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
<AnalyticsTypeSelector bind:type {locale} />
</div>

{#if country_code !== undefined || os !== undefined || browser !== undefined || domain !== undefined}
{#if country_code !== undefined || os !== undefined || browser !== undefined || domain !== undefined || app_kind !== undefined || app_version !== undefined}
<div class="more-filters" transition:slide={{ duration: 200 }}>
{#if country_code !== undefined}
<div class="more-chip" transition:scale={{ duration: 200 }}>
Expand Down

0 comments on commit d57bae2

Please sign in to comment.