Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Jan 14, 2025
1 parent ee830bc commit 95bc83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/component/src/Activity/private/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const Feedback = memo(({ actions, className }: Props) => {
() =>
[...actions].some(action => action.actionStatus === 'CompletedActionStatus')
? {
title: localize('VOTE_COMPLETE_ALT'),
disabled: true
disabled: true,
title: localize('VOTE_COMPLETE_ALT')
}
: undefined,
[actions, localize]
Expand Down

0 comments on commit 95bc83a

Please sign in to comment.