diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6dc22a53c4..5299ccbe6ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## Unreleased ### Added +- Add a search functionality in all Details views, except for Goal Conversions, Countries, Regions, Cities and Google Search terms - Icons for browsers plausible/analytics#4239 - Automatic custom property selection in the dashboard Properties report - Add `does_not_contain` filter support to dashboard diff --git a/assets/js/dashboard/stats/reports/list.js b/assets/js/dashboard/stats/reports/list.js index 6a5e7b51f942..ef40c1a0c219 100644 --- a/assets/js/dashboard/stats/reports/list.js +++ b/assets/js/dashboard/stats/reports/list.js @@ -239,7 +239,6 @@ export default function ListReport(props) { function renderBarFor(listItem) { const lightBackground = props.color || 'bg-green-50' - const noop = () => { } const metricToPlot = metrics.find(metric => metric.meta.plot).key return ( @@ -254,7 +253,7 @@ export default function ListReport(props) { {maybeRenderIconFor(listItem)}