Skip to content

Commit

Permalink
fix(report): fix moz http observatory table (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Sep 11, 2024
1 parent 54b839e commit 588a8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/www/src/components/HTTP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const columns = [
label: "Impact",
render: (failure) => <HttpRowBadge {...failure} />,
},
{ name: "score_description", label: "Description" },
{ name: "score_description", label: "Description", render:({score_description})=> score_description},
{
name: "documentation",
label: "Documentation",
Expand Down

0 comments on commit 588a8da

Please sign in to comment.