Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Port breach-detail page to …
Browse files Browse the repository at this point in the history
…Next.js
  • Loading branch information
Vinnl committed May 19, 2023
1 parent 1b3818c commit ea5d8dc
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ export default async function BreachDetail(props: {
: l10n.getString("rec-section-subhead-no-pw")}
</p>
</div>
<dl className="breach-detail-recommendation-list">
{makeRecommendationCards(breach)}
</dl>
{makeRecommendationCards(breach)}
</div>

{
Expand Down Expand Up @@ -372,8 +370,8 @@ function makeRecommendationCards(breach: Breach) {
));

return (
<>
<dl className="breach-detail-recommendation-list">
{priorityRecs} {genericRecs}
</>
</dl>
);
}

0 comments on commit ea5d8dc

Please sign in to comment.