Skip to content

Commit 13281c4

Browse files
authored
1 parent a50e78e commit 13281c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

projects/plugins/jetpack/_inc/client/traffic/blaze.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Blaze( props ) {
3838

3939
const { can_init: canInit, reason } = blazeAvailable;
4040

41-
if ( isWoASite() && ! blazeDashboardEnabled ) {
41+
if ( isWoASite() ) {
4242
return null;
4343
}
4444

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: other
3+
4+
Blaze: do not display module toggle on WordPress.com sites.

0 commit comments

Comments
 (0)