- { steps[currentStep].content }
+ { failed ? (
+
+ {
+ window.location.reload ()
+ } }>Try again
+ ]}
+ style={{ display: "flex", justifyContent: "center", alignItems: "center", flexDirection: "column" }}
+ >
+
+
+ ) : (
+ { steps[currentStep].content }
+ ) }
)