Skip to content

Commit

Permalink
Merge pull request #676 from stakwork/feature/628
Browse files Browse the repository at this point in the history
fix: remove github repositorie from filters
  • Loading branch information
Rassl authored Dec 11, 2023
2 parents 9a101ff + f8376ae commit 8270543
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 8270543

Please sign in to comment.