diff --git a/index.js b/index.js
index caa8580..8af2333 100644
--- a/index.js
+++ b/index.js
@@ -22,7 +22,7 @@ function BookingWizard(props) {
dispatch({ type: 'BW_SHOW_BOOKING_MODAL', payload: false })
}
- const renderStep = (step)=> {
+ const renderStep = (step) => {
switch (step) {
case 'step-login':
return