Skip to content

Commit e2c288a

Browse files
committed
feat : remove test dashboard
1 parent b53c8a4 commit e2c288a

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

package/src/components/Container.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)