@learningpool/ui 1.6.7 → 1.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,7 +245,7 @@ var AppSwitcher = function (props) {
245
245
  }); };
246
246
  loadData()
247
247
  .catch(console.error);
248
- }, [token, apiKey, baseUrl, userId]);
248
+ }, [token, userId, props.applications]);
249
249
  var handleKeyDown = function (event) {
250
250
  if (event && event.type === 'keydown') {
251
251
  // Close AppSwitcher if Escape key is pressed
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "components",
10
10
  "ui"
11
11
  ],
12
- "version": "1.6.7",
12
+ "version": "1.6.8",
13
13
  "private": false,
14
14
  "main": "index.js",
15
15
  "module": "index.js",