fix(ui): use filteredComments instead of comments in video page

This commit is contained in:
Yusuf İpek
2026-02-15 10:56:41 +03:00
parent 643697dc00
commit da8c62e60d
+1 -1
View File
@@ -2079,7 +2079,7 @@ export function VideoPageContent({ mode, videoId, projectId: propProjectId }: Vi
style={{ left: `calc(${duration > 0 ? (currentTime / duration) * 100 : 0}% - 2px)` }}
/>
{comments.map((comment) => {
{filteredComments.map((comment) => {
const markerColor = comment.tag?.color || (comment.isResolved ? '#22C55E' : '#22D3EE');
return (
<button