We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e4fa0 commit 3d08469Copy full SHA for 3d08469
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.15",
+ "version": "0.1.16",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/StatusBar/StatusBar.tsx
@@ -137,7 +137,7 @@ const DefaultUniverseSelector = ({
137
setUniverseList(list);
138
};
139
get_universe_list();
140
- }, []);
+ }, [project]);
141
142
const terminateUniverse = async () => {
143
if (!commsManager) {
0 commit comments