Skip to content

Commit

Permalink
Bug 1906283 - always show bug resolution in suggestion tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaeopteryx committed Jul 4, 2024
1 parent 9340ce7 commit a55bf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/shared/tabs/failureSummary/SuggestionsListItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default class SuggestionsListItem extends React.Component {
bugClassName={
developerMode ? 'text-darker-secondary small-text' : ''
}
title={bug.resolution !== '' ? bug.resolution : ''}
/>
))}
</ul>,
Expand Down

0 comments on commit a55bf7e

Please sign in to comment.