Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Dunker committed Oct 2, 2023
1 parent b40945c commit 33b67c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tests/pages/__snapshots__/Result.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ exports[`should render a section 1`] = `
<div className=\\"RangeFilter__input\\">
<Slider range={true} marks={{...}} allowCross={false} min={1000} max={8000} defaultValue={{...}} step={1000} onChange={[Function: onChange]} className=\\"RangeFilter__slider\\" value={{...}}>
<div className=\\"rc-slider RangeFilter__slider rc-slider-horizontal rc-slider-with-marks\\" style={[undefined]} onMouseDown={[Function: onSliderMouseDown]}>
<div className=\\"rc-slider-rail\\" style={[undefined]} />
<div className=\\"rc-slider-rail\\" style={{...}} />
<Tracks prefixCls=\\"rc-slider\\" style={[undefined]} values={{...}} startPoint={[undefined]} onStartMove={{...}}>
<Track index={0} prefixCls=\\"rc-slider\\" style={[undefined]} start={1000} end={8000} onStartMove={{...}}>
<Track index={0} prefixCls=\\"rc-slider\\" style={{...}} start={1000} end={8000} onStartMove={{...}}>
<div className=\\"rc-slider-track rc-slider-track-1\\" style={{...}} onMouseDown={[Function: onInternalStartMove]} onTouchStart={[Function: onInternalStartMove]} />
</Track>
</Tracks>
Expand Down

0 comments on commit 33b67c2

Please sign in to comment.