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";
const INIT_TICKETFEE = {
theaterType: "",
weekdays: 0,
weekend: 0,
morning: 0,
day: 0,
night: 0,
youth: 0,
adult: 0,
senior: 0,
weekdays: "",
weekend: "",
morning: "",
day: "",
night: "",
youth: "",
adult: "",
senior: "",
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