Skip to content

Commit 5fd05b9

Browse files
Update app/[lang]/(resources)/_components/SupportArticleList.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent eb024d4 commit 5fd05b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[lang]/(resources)/_components/SupportArticleList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export function SupportArticleList({
179179
<ArticleCard
180180
key={article.slug}
181181
article={article}
182-
tagName={undefined}
182+
tagName={activeTag}
183183
lang={lang}
184184
/>
185185
))}

0 commit comments

Comments
 (0)