diff --git a/client/components/ThreatIntelligenceFeed.tsx b/client/components/ThreatIntelligenceFeed.tsx index 0adbc8c..2310dd2 100644 --- a/client/components/ThreatIntelligenceFeed.tsx +++ b/client/components/ThreatIntelligenceFeed.tsx @@ -41,7 +41,9 @@ export default function ThreatIntelligenceFeed() { category: randomLog.category, }); } - setLogs(initialLogs); + requestAnimationFrame(() => { + setLogs(initialLogs); + }); }, []); useEffect(() => {