Skip to content

Commit

Permalink
fix(ActivityFeed): pass comment state
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Jun 7, 2023
1 parent a60b960 commit b23bfa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GoalActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const GoalActivity = forwardRef<HTMLDivElement, GoalActivityProps>(
id={value.id}
author={value.activity?.user}
description={value.description}
state={value.state}
createdAt={value.createdAt}
isEditable={value.activity?.id === userId}
isNew={value.id === highlightCommentId}
Expand Down

0 comments on commit b23bfa5

Please sign in to comment.