mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
codeintel: Show code intel reference panel redesign feedback CTA (#36048)
This commit is contained in:
parent
d1612029e8
commit
6d2ffd6450
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user