mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
fix(ui): use filteredComments instead of comments in video page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user