File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/features/cards/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { MemoizedCardHeader } from '../CardHeader'
1111import { MemoizedCardSettings } from '../CardSettings'
1212import ArticleItem from './ArticleItem'
1313
14- const GLOBAL_TAG = { label : 'Global' , value : 'programming ' }
14+ const GLOBAL_TAG = { label : 'Global' , value : '' }
1515
1616export function HashnodeCard ( props : CardPropsType ) {
1717 const { meta } = props
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { MemoizedCardHeader } from '../CardHeader'
1111import { MemoizedCardSettings } from '../CardSettings'
1212import ArticleItem from './ArticleItem'
1313
14- const GLOBAL_TAG = { label : 'Global' , value : 'global ' }
14+ const GLOBAL_TAG = { label : 'Global' , value : '' }
1515
1616export function RedditCard ( props : CardPropsType ) {
1717 const { meta } = props
You can’t perform that action at this time.
0 commit comments