chore: Update translations
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
kieran 2024-04-12 10:20:32 +00:00
parent 9a88b52b25
commit 81827dec96

View File

@ -336,8 +336,8 @@ export function transformText(body: string, tags: Array<Array<string>>) {
}
}
}
if(frags.some(a => a.type==="hashtag")) {
console.debug(frags);
if (frags.some(a => a.type === "hashtag")) {
console.debug(frags);
}
return frags;
}