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

Removing gratuitous formatting.

parent b5f00fa5
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,7 @@ const GUIComponent = props => {
vm={vm}
>
{alertsVisible ? (
<Alerts
className={styles.alertsContainer}
/>
<Alerts className={styles.alertsContainer} />
) : null}
</StageWrapper>
) : (
......@@ -160,9 +158,7 @@ const GUIComponent = props => {
<Cards />
) : null}
{alertsVisible ? (
<Alerts
className={styles.alertsContainer}
/>
<Alerts className={styles.alertsContainer} />
) : null}
{connectionModalVisible ? (
<ConnectionModal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment