Skip to content

Commit

Permalink
fix: build missing IconArrowDropDown import change (#19306)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored Dec 13, 2023
1 parent cab8aea commit d7fb9ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import './AggregationColumn.scss'

import { IconChevronDown } from '@posthog/icons'
import { LemonMenu, LemonMenuItem } from '@posthog/lemon-ui'
import { useActions, useValues } from 'kea'
import { IconArrowDropDown } from 'lib/lemon-ui/icons'
import { average, median } from 'lib/utils'
import { eventUsageLogic } from 'lib/utils/eventUsageLogic'
import { formatAggregationAxisValue } from 'scenes/insights/aggregationAxisFormat'
Expand Down Expand Up @@ -55,7 +55,7 @@ export function AggregationColumnTitle({
}}
>
{CALC_COLUMN_LABELS[aggregation]}
<IconArrowDropDown className="text-lg" />
<IconChevronDown className="text-lg" />
</span>
</LemonMenu>
)
Expand Down

0 comments on commit d7fb9ae

Please sign in to comment.