mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Lint
This commit is contained in:
@@ -6549,8 +6549,8 @@ speechSynthesis.getVoices();
|
||||
this.getMemo(id).then((memo) => {
|
||||
ctx.memo = memo;
|
||||
ctx.$nickName = '';
|
||||
if (memo) {
|
||||
var array = memo.split('\n');
|
||||
if (memo) {
|
||||
var array = memo.split('\n');
|
||||
ctx.$nickName = array[0];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user