"server/src/git@compmath.korea.ac.kr:students/eue.git" did not exist on "2cc99e7149007ecaac8584d875d15407107e610f"
Commit c6dc0753 authored by Kim, Subin's avatar Kim, Subin
Browse files

INIT_TICKETFEE 값 변경

parent 0bc8f36a
...@@ -5,14 +5,14 @@ import styles from "./admin.module.scss"; ...@@ -5,14 +5,14 @@ import styles from "./admin.module.scss";
const INIT_TICKETFEE = { const INIT_TICKETFEE = {
theaterType: "", theaterType: "",
weekdays: 0, weekdays: "",
weekend: 0, weekend: "",
morning: 0, morning: "",
day: 0, day: "",
night: 0, night: "",
youth: 0, youth: "",
adult: 0, adult: "",
senior: 0, senior: "",
defaultPrice: 5000 defaultPrice: 5000
} }
......
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