diff --git a/www/content/docs/learn/columns/custom-column-filter-display-example.page.tsx b/www/content/docs/learn/columns/custom-column-filter-display-example.page.tsx index 133604e2..c1bf9831 100644 --- a/www/content/docs/learn/columns/custom-column-filter-display-example.page.tsx +++ b/www/content/docs/learn/columns/custom-column-filter-display-example.page.tsx @@ -65,10 +65,7 @@ function ColumnFilterMenuIcon() { alignNode(domRef.current, { alignTo: alignToRef.current, - alignPosition: [ - ['TopRight', 'BottomRight'], - ['TopRight', 'BottomRight'], - ], + alignPosition: [['TopRight', 'BottomRight']], }); });