From 0b68d7ca7c7b0a12e39ccf56ba85a35bed8695a2 Mon Sep 17 00:00:00 2001 From: pdelfan Date: Wed, 15 Apr 2026 15:39:16 -0700 Subject: [PATCH] chore: format --- src/webapp/features/feeds/lib/feedOptions.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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' }, ]; - -- 2.51.2