Skip to content

Commit

Permalink
chore: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert committed Mar 3, 2025
1 parent deb6cc0 commit 8a1db2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/scenes/web-analytics/WebAnalyticsFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ const WebAnalyticsDomainSelector = (): JSX.Element => {
},
...(hasHostFilter
? [
{
label: 'All domains (host filter active)',
value: 'host',
},
]
{
label: 'All domains (host filter active)',
value: 'host',
},
]
: []),
...authorizedDomains.map((domain) => ({ label: domain, value: domain })),
],
Expand Down

0 comments on commit 8a1db2e

Please sign in to comment.