Skip to content

Commit

Permalink
Add primary ratings to app overview
Browse files Browse the repository at this point in the history
#CTCTOWALTZ-3001
finos#6820
  • Loading branch information
JWoodland-Scott committed Feb 9, 2024
1 parent 7ab92ee commit c036679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
props={mkRatingTooltipProps(rating)}>
<svelte:fragment slot="target">
<RatingIndicatorCell {...rating.ratingSchemeItem}
showName="false"/>
showName={false}/>
{_.get(rating, ["measurable", "name"], "Unknown Measurable")}
</svelte:fragment>
</Tooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div>
<RatingIndicatorCell {...ratingSchemeItem}
showName="true"/>
showName={true}/>
<div>
{ratingSchemeItem.description}
</div>
Expand Down

0 comments on commit c036679

Please sign in to comment.