fix: redundant newline

This commit is contained in:
Nikola Ubavic 2022-03-10 20:45:48 +01:00
parent 40ddd9e753
commit 927f1c3c7d

View file

@ -46,7 +46,6 @@ const Wizard = ({ machine, locale, onClose, save, error }) => {
})
}
const steps = R.map(
it => ({
type: `cassette${it}`,