···
35
35
{
36
36
value: ActivitySource.SEMBLE,
37
37
label: 'Semble',
38
38
-
icon: (
39
39
-
<Image src={SembleLogo.src} alt="Semble logo" w={16} h={'auto'} />
40
40
-
),
38
38
+
icon: <Image src={SembleLogo.src} alt="Semble logo" w={16} h={'auto'} />,
41
39
},
42
40
{ value: ActivitySource.MARGIN, label: 'Margin', icon: <MarginLogo /> },
43
41
];
···
64
62
{ value: false, label: 'Hide bots' },
65
63
{ value: true, label: 'Include bots' },
66
64
];
67
67
-