Fixed bug
This commit is contained in:
parent
cada72746a
commit
53261b719e
|
@ -60,7 +60,7 @@ function getSharingText(): string {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
return `N0mbers #${numberOfGamesSinceStart()} - ${isHardMode ? 'Advanced' : 'Normal'}
|
return `N0mbers #${numberOfGamesSinceStart()} - ${isHardMode.value ? 'Advanced' : 'Normal'}
|
||||||
${lines.join('\n')} ${result.value === endResult ? '✔' : '❌'}
|
${lines.join('\n')} ${result.value === endResult ? '✔' : '❌'}
|
||||||
https://n0mbers.scambier.xyz`
|
https://n0mbers.scambier.xyz`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user