diff --git a/src/webapp/features/feeds/lib/feedOptions.tsx b/src/webapp/features/feeds/lib/feedOptions.tsx index a385d079..697b7adc 100644 --- a/src/webapp/features/feeds/lib/feedOptions.tsx +++ b/src/webapp/features/feeds/lib/feedOptions.tsx @@ -35,9 +35,7 @@ export const sourceOptions: SourceOption[] = [ { value: ActivitySource.SEMBLE, label: 'Semble', - icon: ( - Semble logo - ), + icon: Semble logo, }, { value: ActivitySource.MARGIN, label: 'Margin', icon: }, ]; @@ -64,4 +62,3 @@ export const botFilterOptions: BotFilterOption[] = [ { value: false, label: 'Hide bots' }, { value: true, label: 'Include bots' }, ]; -