diff --git a/new-lamassu-admin/src/components/wizard/Wizard.styles.js b/new-lamassu-admin/src/components/wizard/Wizard.styles.js
index b4847438..4e20fd45 100644
--- a/new-lamassu-admin/src/components/wizard/Wizard.styles.js
+++ b/new-lamassu-admin/src/components/wizard/Wizard.styles.js
@@ -12,11 +12,11 @@ const mainStyles = {
marginLeft: 'auto',
marginTop: 'auto'
},
- modalHeader: {
+ header: {
display: 'flex',
marginBottom: 14
},
- modalBody: {
+ body: {
display: 'flex',
height: '100%'
},
diff --git a/new-lamassu-admin/src/pages/Triggers/SelectTriggerRequirements.js b/new-lamassu-admin/src/pages/Triggers/SelectTriggerRequirements.js
index 23e61d71..a0c9cdb3 100644
--- a/new-lamassu-admin/src/pages/Triggers/SelectTriggerRequirements.js
+++ b/new-lamassu-admin/src/pages/Triggers/SelectTriggerRequirements.js
@@ -105,7 +105,6 @@ const SelectTriggerRequirements = () => {
)}
/>
- {/* TODO: why there's a trigger type property two times? Here and on the prior step */}
Choose trigger type