diff --git a/html-client/src/components/vbox.component.jsx b/html-client/src/components/vbox.component.jsx index 9f7431e4..15c1d000 100644 --- a/html-client/src/components/vbox.component.jsx +++ b/html-client/src/components/vbox.component.jsx @@ -48,6 +48,18 @@ function Vbox(args) { , ]; + const combinerElement = ( + + + + + + + + +
{convertVar(combiner[0])}{convertVar(combiner[1])}{convertVar(combiner[2])}
+ ); + return (
vBox @@ -78,7 +90,7 @@ function Vbox(args) { onClick={() => sendVboxCombine()}> combine - {JSON.stringify(vbox)} + {combinerElement}
); }