Skip to content

Commit

Permalink
Boost: Fix ISA summary UI not showing up (#33103)
Browse files Browse the repository at this point in the history
* Fix ISA summary UI not showing up

* add changelog
  • Loading branch information
dilirity committed Sep 18, 2023
1 parent 6801ab0 commit 2fe76e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
onMount( () => {
if ( ! $modulesState.image_size_analysis.active ) {
if ( $modulesState.image_size_analysis.active ) {
initializeIsaSummary();
}
} );
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: This is a fix for a prior refactor. It never reached any users.


0 comments on commit 2fe76e5

Please sign in to comment.