Skip to content

Commit

Permalink
#1320 Search result for a Git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jul 8, 2024
1 parent 9935913 commit 3d49b9a
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import SearchResultComponent from "@components/framework/search/SearchResultComponent";
import LegacyLink from "@components/common/LegacyLink";

export default function Result({data}) {
export default function Result({data, page}) {
return <SearchResultComponent
title="TODO"
description={JSON.stringify(data)}
title={
<LegacyLink href={page}>{data.item.displayKey}</LegacyLink>
}
description=""
/>
}

0 comments on commit 3d49b9a

Please sign in to comment.