We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2353641 commit dd621e8Copy full SHA for dd621e8
src/models/baseFrame.js
@@ -83,7 +83,7 @@ class baseFrame {
83
}
84
85
get stop() {
86
- return this.timezone ? moment(this._stop).tz(this.timezone) : (this._stop ? moment(this._stop) : false );
+ return this.timezone ? this._stop ? moment(this._stop).tz(this.timezone) : false : (this._stop ? moment(this._stop) : false );
87
88
89
/**
0 commit comments