mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
fix(dev): Module load issues with syntax
js: I can't wait until I'm done with the TypeScript conversion. It's just gonna save so much time because you don't have to worry about syntax not being supported or stuff like that.
This commit is contained in:
parent
22dc272da9
commit
329e97e681
@ -262,7 +262,7 @@
|
||||
|
||||
function coerceWords(words) {
|
||||
for (let i = 0; i < 4; i++) {
|
||||
words[i] ??= {
|
||||
words[i] = words[i] ? words[i] : {
|
||||
header: null,
|
||||
values: []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user