Skip to content

Commit ed4d135

Browse files
committed
Add status bar extras
1 parent 25ee902 commit ed4d135

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.79",
3+
"version": "0.1.80",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/StatusBar/StatusBar.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ const StatusBar = ({
110110
baseUniverse={baseUniverse}
111111
/>
112112
)}
113+
{extraComponents.extras.map((component: any) => {
114+
return component;
115+
})}
113116
</StyledStatusBarContainer>
114117
);
115118
};

0 commit comments

Comments
 (0)