File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @shinyongjun/react-datepicker" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./dist/cjs/index.js" ,
55 "module" : " ./dist/esm/index.js" ,
66 "source" : " ./src/index.tsx" ,
Original file line number Diff line number Diff line change @@ -140,22 +140,6 @@ function Container() {
140140 </ div >
141141 </ div >
142142 ) }
143- < div
144- className = "dashboard"
145- style = { {
146- position : 'fixed' ,
147- top : 50 ,
148- right : 50 ,
149- textAlign : 'right' ,
150- } }
151- >
152- < div > Century : { centuryPage } </ div >
153- < div > Decade : { decadePage } </ div >
154- < div > Year : { yearPage } </ div >
155- < div > Month : { monthPage } </ div >
156- < div > activeDate : { activeDate . toString ( ) } </ div >
157- < div > viewDate : { viewDate } </ div >
158- </ div >
159143 </ div >
160144 ) ;
161145}
You can’t perform that action at this time.
0 commit comments