Skip to content

Commit

Permalink
Merge pull request #484 from concord-consortium/188404151-add-icons-t…
Browse files Browse the repository at this point in the history
…o-rubric-summary-table

feat: Add icons to summary table [PT-188404151]
  • Loading branch information
dougmartin authored Oct 25, 2024
2 parents 29efdbc + d272820 commit bc6c421
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class RubricSummaryModal extends PureComponent<IProps> {
{criteriaGroup.criteria.map(criterion =>
<div className={tableCss.rubricTableRow} key={criterion.id} id={criterion.id}>
<div className={tableCss.rubricDescription}>
{criterion.iconUrl && <img src={criterion.iconUrl} title={criterion.iconPhrase} />}
<Markdown>{criterion.description}</Markdown>
</div>
{this.renderRatings(criterion)}
Expand Down

0 comments on commit bc6c421

Please sign in to comment.