Skip to content

Commit 588a8da

Browse files
authored
fix(report): fix moz http observatory table (#333)
1 parent 54b839e commit 588a8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/www/src/components/HTTP.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const columns = [
136136
label: "Impact",
137137
render: (failure) => <HttpRowBadge {...failure} />,
138138
},
139-
{ name: "score_description", label: "Description" },
139+
{ name: "score_description", label: "Description", render:({score_description})=> score_description},
140140
{
141141
name: "documentation",
142142
label: "Documentation",

0 commit comments

Comments
 (0)