Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
reservation-service
Commits
ae7f2411
Commit
ae7f2411
authored
Oct 11, 2020
by
Kim, Subin
Browse files
아아
parent
072ac265
Changes
2
Show whitespace changes
Inline
Side-by-side
server/client/src/Components/Schedule.js
View file @
ae7f2411
...
...
@@ -6,7 +6,7 @@ import "tui-time-picker/dist/tui-time-picker.css";
function
Cal
(
calledday
)
{
const
calendarRef
=
useRef
();
const
[
day
,
setDay
]
=
useState
(
calledday
+
"
15:00:00
"
);
const
[
day
,
setDay
]
=
useState
(
calledday
);
const
[
myTheme
,
setMyTheme
]
=
useState
({
'
common.dayname.color
'
:
'
#333
'
,
'
common.today.color
'
:
'
#333
'
,
...
...
@@ -85,7 +85,6 @@ function Cal(calledday) {
end
:
'
2020-10-08T15:00:00
'
,
}
]}
scheduleView
=
{[
'
time
'
]}
taskView
=
{
false
}
theme
=
{
myTheme
}
...
...
server/client/src/Pages/HomePage.js
View file @
ae7f2411
...
...
@@ -65,7 +65,6 @@ function Home() {
return
(
<
div
>
{
console
.
log
(
sendDate
)}
<
Menu
/>
<
div
className
=
"
container mt-3
"
>
<
h2
>
대관
현황
<
/h2
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment