Skip to content

Commit

Permalink
fixup! Add render test to AdvisoryDetailsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Aug 7, 2024
1 parent 36fc87a commit c0d9829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/pages/AdvisoryDetails/AdvisoryDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function AdvisoryDetails({
<a
className="text-jungle-green-500 hover:opacity-75"
target="_blank"
rel="noreferrer"
href={`https://bugzilla.suse.com/show_bug.cgi?id=${id}`}
>
{fix}
Expand All @@ -112,6 +113,7 @@ function AdvisoryDetails({
<a
className="text-jungle-green-500 hover:opacity-75"
target="_blank"
rel="noreferrer"
href={`https://cve.mitre.org/cgi-bin/cvename.cgi?name=${cve}`}
>
{cve}
Expand Down

0 comments on commit c0d9829

Please sign in to comment.