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 25ee902 commit ed4d135Copy full SHA for ed4d135
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.79",
+ "version": "0.1.80",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/StatusBar/StatusBar.tsx
@@ -110,6 +110,9 @@ const StatusBar = ({
110
baseUniverse={baseUniverse}
111
/>
112
)}
113
+ {extraComponents.extras.map((component: any) => {
114
+ return component;
115
+ })}
116
</StyledStatusBarContainer>
117
);
118
};
0 commit comments