Skip to content

Commit 7e908eb

Browse files
committed
fix: update GLOBAL_TAG value to an empty string in FreecodecampCard component
1 parent d6c16c1 commit 7e908eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cards/components/freecodecampCard/FreecodecampCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MemoizedCardHeader } from '../CardHeader'
99
import { MemoizedCardSettings } from '../CardSettings'
1010
import ArticleItem from './ArticleItem'
1111

12-
const GLOBAL_TAG = { label: 'Global', value: 'global' }
12+
const GLOBAL_TAG = { label: 'Global', value: '' }
1313

1414
export function FreecodecampCard(props: CardPropsType) {
1515
const { meta } = props

0 commit comments

Comments
 (0)