diff --git a/ui/src/pages/Review/components/FlagContent/index.tsx b/ui/src/pages/Review/components/FlagContent/index.tsx index 87309c73..0224e2de 100644 --- a/ui/src/pages/Review/components/FlagContent/index.tsx +++ b/ui/src/pages/Review/components/FlagContent/index.tsx @@ -100,7 +100,7 @@ const Index: FC = ({ refreshCount }) => { setTimeout(() => { htmlRender(ref.current); - }, 60); + }, 70); }, [ref.current]); const { diff --git a/ui/src/pages/Review/components/QueuedContent/index.tsx b/ui/src/pages/Review/components/QueuedContent/index.tsx index c5252130..74f956ba 100644 --- a/ui/src/pages/Review/components/QueuedContent/index.tsx +++ b/ui/src/pages/Review/components/QueuedContent/index.tsx @@ -69,7 +69,9 @@ const Index: FC = ({ refreshCount }) => { return; } - htmlRender(ref.current); + setTimeout(() => { + htmlRender(ref.current); + }, 70); }, [ref.current]); useEffect(() => {