Fixed a typo in the Dialog.jsx
This commit is contained in:
parent
8bbf25ba26
commit
fded4f98a6
@ -69,7 +69,7 @@ export const Dialog = ({onClose, open}) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="dialog-item">
|
<div className="dialog-item">
|
||||||
<h2>Kosten pro Kochen</h2>
|
<h2>Kosten pro Kuchen</h2>
|
||||||
<input type="number" className="glassy input" value={costPerCake}
|
<input type="number" className="glassy input" value={costPerCake}
|
||||||
onChange={(e) => updateCostPerCake(parseInt(e.target.value))}/>
|
onChange={(e) => updateCostPerCake(parseInt(e.target.value))}/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user