DEV: removes supefluous arguments
This commit is contained in:
parent
2d5e2cda8b
commit
bad7f03968
|
|
@ -15,7 +15,7 @@ const calendarRule = {
|
||||||
let timezoneWrapToken = state.push("span_open", "span", 1);
|
let timezoneWrapToken = state.push("span_open", "span", 1);
|
||||||
timezoneWrapToken.attrs = [["class", "discourse-calendar-timezone-wrap"]];
|
timezoneWrapToken.attrs = [["class", "discourse-calendar-timezone-wrap"]];
|
||||||
if (info.attrs.tzPicker === "true") {
|
if (info.attrs.tzPicker === "true") {
|
||||||
_renderTimezonePicker(state, info);
|
_renderTimezonePicker(state);
|
||||||
}
|
}
|
||||||
state.push("span_close", "span", -1);
|
state.push("span_close", "span", -1);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue