codeintel: Show code intel reference panel redesign feedback CTA (#36048)

This commit is contained in:
Eric Fritz 2022-05-25 15:04:24 -05:00 committed by GitHub
parent d1612029e8
commit 6d2ffd6450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,9 +302,9 @@ export const TabbedPanelContent = React.memo<TabbedPanelContentProps>(props => {
<div className="align-items-center d-flex">
{activeTab && (
<>
{activeTab.id === 'def' ||
{(activeTab.id === 'def' ||
activeTab.id === 'references' ||
(activeTab.id.startsWith('implementations_') && <ReferencesPanelFeedbackCta />)}
activeTab.id.startsWith('implementations_')) && <ReferencesPanelFeedbackCta />}
<ActionsNavItems
{...props}
// TODO remove references to Bootstrap from shared, get class name from prop