mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Prettier fix
This commit is contained in:
parent
be75bfdd0b
commit
f29d0fdb71
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export function Article(props: ArticleProps): JSX.Element {
|
|||
const debouncedReadingProgress = useDebounce(readingProgress, 1000);
|
||||
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
;(async () => {
|
||||
if (!debouncedReadingProgress) return
|
||||
await articleReadingProgressMutation({
|
||||
id: props.articleId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue