File tree 2 files changed +0
-4
lines changed
date-picker/__tests__/__snapshots__
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -684,9 +684,6 @@ exports[`RangePicker switch to corresponding month panel when click presetted ra
684
684
</div >
685
685
</div >
686
686
<div class = " ant-calendar-footer ant-calendar-range-bottom ant-calendar-footer-show-ok" >
687
- <div class = " ant-calendar-footer-extra ant-calendar-range-quick-selector" >
688
- <div data-show = " true" class = " ant-tag ant-tag-blue" >My Birthday</div >
689
- </div >
690
687
<div class = " ant-calendar-footer-btn" >
691
688
<div class = " ant-calendar-footer-extra ant-calendar-range-quick-selector" >
692
689
<div data-show = " true" class = " ant-tag ant-tag-blue" >My Birthday</div >
Original file line number Diff line number Diff line change @@ -761,7 +761,6 @@ const RangeCalendar = {
761
761
< CalendarPart { ...rightPartProps } />
762
762
</ div >
763
763
< div class = { cls } >
764
- { props . renderFooter ( ) }
765
764
{ ( showToday || props . timePicker || showOkButton || extraFooter ) ? (
766
765
< div class = { `${ prefixCls } -footer-btn` } >
767
766
{ extraFooter }
You can’t perform that action at this time.
0 commit comments