Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit a20468b

Browse files
committed
fix search stories unknown owner
1 parent 07cde46 commit a20468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/search/resultList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const ResultList = ({
126126
description={it.excerpt}
127127
link={`/story/${it.result.id}`}
128128
group={{
129-
group: it.result.groupName,
129+
group: it.result.group,
130130
teamkatalogenURL: it.result.teamkatalogenURL,
131131
}}
132132
{...getTeamKatalogenInfo(it.result)}

0 commit comments

Comments
 (0)