Skip to content

Commit

Permalink
Don't flash No Devices Yet on page load - closes #3056
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Feb 2, 2024
1 parent f0a6174 commit d9d5f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/views/things.js
Expand Up @@ -145,7 +145,7 @@ const ThingsScreen = {
App.gatewayModel.unsubscribe(Constants.REFRESH_THINGS, this.refreshThing);
App.gatewayModel.unsubscribe(Constants.DELETE_THINGS, this.refreshThing);
App.gatewayModel.subscribe(Constants.DELETE_THINGS, this.refreshThings);
App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings, true);
App.gatewayModel.subscribe(Constants.REFRESH_THINGS, this.refreshThings);
},

/**
Expand Down

0 comments on commit d9d5f03

Please sign in to comment.