Skip to content

Commit

Permalink
fix: remove github repositorie from filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Расул authored and Расул committed Dec 11, 2023
1 parent cefd2fc commit f8376ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/SourcesTableModal/SourcesView/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { GITHUB_REPOSITORY, RSS, TOPIC, TWITTER_HANDLE, YOUTUBE_CHANNEL } from '~/constants'
import { RSS, TOPIC, TWITTER_HANDLE, YOUTUBE_CHANNEL } from '~/constants'
import { ISourceMap } from './types'

export const sourcesMapper: ISourceMap = {
[GITHUB_REPOSITORY]: 'Github repository',
[RSS]: 'RSS link',
[TOPIC]: 'Topic',
[TWITTER_HANDLE]: 'Twitter Handle',
Expand Down

0 comments on commit f8376ae

Please sign in to comment.