fix rent initial values

This commit is contained in:
Niklas Meinzer
2024-10-04 12:05:39 +02:00
parent 4a0f47f03b
commit 243ca18eb5
2 changed files with 3 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ function App() {
const [selectedRoom, setSelectedRoom] = useState();
const [numAdults, setNumAdults] = useState();
const [rent, setRent] = useState();
const [rent, setRent] = useState(0);
const [flatRent, setFlatRent] = useState();
const theme = extendTheme({