mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
lint
This commit is contained in:
@@ -8035,9 +8035,9 @@ speechSynthesis.getVoices();
|
|||||||
return timeToText(Date.now() - ctx.ref.$online_for);
|
return timeToText(Date.now() - ctx.ref.$online_for);
|
||||||
} else if (ctx.ref.$offline_for) {
|
} else if (ctx.ref.$offline_for) {
|
||||||
return timeToText(Date.now() - ctx.ref.$offline_for);
|
return timeToText(Date.now() - ctx.ref.$offline_for);
|
||||||
} else {
|
|
||||||
return '-';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return '-';
|
||||||
};
|
};
|
||||||
|
|
||||||
$app = new Vue($app);
|
$app = new Vue($app);
|
||||||
|
|||||||
Reference in New Issue
Block a user