We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1d432 commit 44545a3Copy full SHA for 44545a3
frontend/src/components/ChatBot/CommunitiesInfo.tsx
@@ -36,7 +36,7 @@ const CommunitiesInfo: FC<CommunitiesProps> = ({ loading, communities, mode }) =
36
</Box>
37
) : communities?.length > 0 ? (
38
<div className='p-4 h-80 overflow-auto'>
39
- <ul className='list-disc list-inside'>
+ <ul className='list-none list-inside'>
40
{communities.map((community, index) => (
41
<li key={`${community.id}${index}`} className='mb-2'>
42
<div>
0 commit comments