minor change
This commit is contained in:
parent
738d91787b
commit
50bc6b480e
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ dayjs.extend(timezone);
|
|||
|
||||
export default function Success(props) {
|
||||
const router = useRouter();
|
||||
const { location } = router.query;
|
||||
const { name } = router.query;
|
||||
const {location, name} = router.query;
|
||||
|
||||
const [ is24h, setIs24h ] = useState(false);
|
||||
const [ date, setDate ] = useState(dayjs.utc(router.query.date));
|
||||
|
|
Loading…
Reference in a new issue