Fix some React errors and warnings

This commit is contained in:
André Wahlberg
2020-11-27 13:36:48 +01:00
parent fc29d7d327
commit b8322417a0
5 changed files with 20 additions and 20 deletions

View File

@ -7,7 +7,7 @@ class TripSelector extends Component {
<label>Från:</label>
<input type="text" placeholder="Hållplats/Adress/Plats" />
<hr/>
<label for="lname">Till:</label>
<label>Till:</label>
<input type="text" placeholder="Hållplats/Adress/Plats" />
</form>
);