|
@@ -197,7 +197,7 @@ const Overview = () => {
|
|
let duration = 0;
|
|
let duration = 0;
|
|
let unit = '';
|
|
let unit = '';
|
|
if (rootCoordCreatedTime) {
|
|
if (rootCoordCreatedTime) {
|
|
- if (rootCoordCreatedTime.lastIndexOf('m=')! == -1) {
|
|
|
|
|
|
+ if (rootCoordCreatedTime.lastIndexOf('m=') !== -1) {
|
|
rootCoordCreatedTime = rootCoordCreatedTime.substring(
|
|
rootCoordCreatedTime = rootCoordCreatedTime.substring(
|
|
0,
|
|
0,
|
|
rootCoordCreatedTime.lastIndexOf('m=')
|
|
rootCoordCreatedTime.lastIndexOf('m=')
|