Skip to content

Commit

Permalink
feat: Kudos comment is not visible anymore - MEED-6958 - Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…s#124 (#491)

Prior to this PR kudos comment is not displayed anymore.
This PR fixes this issue

(cherry picked from commit f8a25d7)
  • Loading branch information
SaraBoutej committed May 31, 2024
1 parent 0405a91 commit 4d795ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kudos-webapps/src/main/webapp/vue-app/js/Kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export function registerActivityActionExtension() {
noEmbeddedLinkView: true,
isCollapsed: true,
summaryLinesToDisplay: 4,
showEmbeddedPreview: true,
getDefaultIcon: (activityOrComment) => ({
icon: 'fa fa-award primary--text',
size: activityOrComment.activityId && 37 || 72,
Expand Down

0 comments on commit 4d795ad

Please sign in to comment.