// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import React, {ReactElement} from 'react' import {FormattedMessage} from 'react-intl' import {EntryComponentProps} from '@draft-js-plugins/mention/lib/MentionSuggestions/Entry/Entry' import GuestBadge from '../../../widgets/guestBadge' import './entryComponent.scss' const BotBadge = (window as any).Components?.BotBadge const Entry = (props: EntryComponentProps): ReactElement => { const { mention, theme, ...parentProps } = props return (