We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c16c1 commit 7e908ebCopy full SHA for 7e908eb
src/features/cards/components/freecodecampCard/FreecodecampCard.tsx
@@ -9,7 +9,7 @@ import { MemoizedCardHeader } from '../CardHeader'
9
import { MemoizedCardSettings } from '../CardSettings'
10
import ArticleItem from './ArticleItem'
11
12
-const GLOBAL_TAG = { label: 'Global', value: 'global' }
+const GLOBAL_TAG = { label: 'Global', value: '' }
13
14
export function FreecodecampCard(props: CardPropsType) {
15
const { meta } = props
0 commit comments