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 fe90cb8 commit 1cf2c44Copy full SHA for 1cf2c44
webapp/src/components/markdownEditorInput/entryComponent/entryComponent.tsx
@@ -30,7 +30,7 @@ const Entry = (props: EntryComponentProps): ReactElement => {
30
/>
31
<div className={theme?.mentionSuggestionsEntryText}>
32
{mention.name}
33
- {BotBadge && <BotBadge show={mention.is_bot}/>}
+ {BotBadge && mention.is_bot && <BotBadge/>}
34
<GuestBadge show={mention.is_guest}/>
35
</div>
36
0 commit comments