Remove extra whitespace

This commit is contained in:
Jackson Harper
2024-05-13 14:07:46 +08:00
parent 7c1178b6e0
commit ecd72279c3

View File

@ -266,7 +266,6 @@ export function Article(props: ArticleProps): JSX.Element {
if (window.tiktokEmbed) {
window.tiktokEmbed.lib.render(tikTokPlaceholders)
}
resolve(true)
},
error: () => reject(new Error('Could not load TikTok handler')),