chore: Update translations

This commit is contained in:
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")) { if (frags.some(a => a.type === "hashtag")) {
console.debug(frags); console.debug(frags);
} }
return frags; return frags;
} }