Commit ae7f2411 authored by Kim, Subin's avatar Kim, Subin
Browse files

아아

parent 072ac265
...@@ -6,7 +6,7 @@ import "tui-time-picker/dist/tui-time-picker.css"; ...@@ -6,7 +6,7 @@ import "tui-time-picker/dist/tui-time-picker.css";
function Cal(calledday) { function Cal(calledday) {
const calendarRef = useRef(); const calendarRef = useRef();
const [day, setDay] = useState(calledday + "15:00:00"); const [day, setDay] = useState(calledday);
const [myTheme, setMyTheme] = useState({ const [myTheme, setMyTheme] = useState({
'common.dayname.color': '#333', 'common.dayname.color': '#333',
'common.today.color': '#333', 'common.today.color': '#333',
...@@ -85,7 +85,6 @@ function Cal(calledday) { ...@@ -85,7 +85,6 @@ function Cal(calledday) {
end: '2020-10-08T15:00:00', end: '2020-10-08T15:00:00',
} }
]} ]}
scheduleView={['time']} scheduleView={['time']}
taskView={false} taskView={false}
theme={myTheme} theme={myTheme}
......
...@@ -65,7 +65,6 @@ function Home() { ...@@ -65,7 +65,6 @@ function Home() {
return ( return (
<div> <div>
{console.log(sendDate)}
<Menu /> <Menu />
<div className="container mt-3"> <div className="container mt-3">
<h2>대관 현황</h2> <h2>대관 현황</h2>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment