Skip to content
Snippets Groups Projects
Commit b5f00fa5 authored by Evelyn Eastmond's avatar Evelyn Eastmond
Browse files

Removing experimental vm prop.

parent faa8266d
Branches
Tags
No related merge requests found
......@@ -132,7 +132,6 @@ const GUIComponent = props => {
{alertsVisible ? (
<Alerts
className={styles.alertsContainer}
vm={vm}
/>
) : null}
</StageWrapper>
......@@ -163,7 +162,6 @@ const GUIComponent = props => {
{alertsVisible ? (
<Alerts
className={styles.alertsContainer}
vm={vm}
/>
) : null}
{connectionModalVisible ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment