Skip to content

Commit

Permalink
Remove period nav arrows for upsell
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebbdev committed Dec 5, 2024
1 parent f87d84d commit 88c5a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/stats/site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class StatsSite extends Component {
onChangeLegend={ this.onChangeLegend }
isNewDateFilteringEnabled // @TODO:remove this prop once we release new date filtering
isWithNewDateControl
showArrows
showArrows={ ! wpcomShowUpsell }
slug={ slug }
dateRange={ customChartRange }
>
Expand Down

0 comments on commit 88c5a12

Please sign in to comment.