{errors.length > 0 && (
{' '}
That didn’t save.
{errors.map((message) => - {message}
)}
What you entered is kept, so you can press Save seeds to try again.
)}
{step > 1 && (
- Crop
- {planting.crop.name}
- Amount
- {amount()}{change(1, 'amount')}
{step > 2 && (
<>
- Trade
- {tradeLabel(values.tradable_to)}{change(2, 'trade')}
>
)}
)}
{step === 1 && (
An estimate is fine. Leave it blank if you are not sure.
{QUICK_AMOUNTS.map((number) => (
))}
)}
{step === 2 && (
)}
{step === 3 && (
)}