Skip to content

Commit

Permalink
npm format
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJoonas committed Nov 19, 2024
1 parent 2e671ac commit dee9e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/dashboard/stats/reports/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ export const createExitRate = (props) => {
}

export const createScrollDepth = (props) => {
const renderLabel = (_query) => "Scroll Depth"
const renderLabel = (_query) => 'Scroll Depth'
return new Metric({
width: 'w-28',
width: 'w-28',
...props,
key: "scroll_depth",
key: 'scroll_depth',
renderLabel,
sortable: false
})
Expand Down

0 comments on commit dee9e4f

Please sign in to comment.