Skip to content

Commit

Permalink
changing price should replace history
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jan 24, 2025
1 parent e38aa01 commit 10cadb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/strategies/common/StrategyChartHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const StrategyChartHistory: FC<Props> = (props) => {
priceEnd: range.end,
}),
resetScroll: false,
replace: false,
replace: true,
});
},
[nav]
Expand Down

0 comments on commit 10cadb2

Please sign in to comment.