Skip to content

Fix browser performance widget issue body import

What does this MR do?

In !46746 (merged) the browser performance widget was moved into its own component for convenience, but the import for the issue body (the component that displays issues in the expanded list) wasn't copied over correctly, so the widget only renders the icons for the issues and not the titles. This MR fixes the component import path, allowing the widget to render the list properly.

Screenshots

before after
Screen_Shot_2021-01-20_at_12.25.06 Screen_Shot_2021-01-20_at_12.26.48

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #224603 (closed)

Edited by Miranda Fluharty

Merge request reports