Skip to content

Commit

Permalink
Add duration to ItineraryListCard.fxml
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSY committed Oct 22, 2022
1 parent 1a6b312 commit 8a99dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/ItineraryListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</HBox>
<Label fx:id="country" styleClass="cell_small_label" text="\$country" />
<Label fx:id="startDate" styleClass="cell_small_label" text="\$startDate" />
<Label fx:id="endDate" styleClass="cell_small_label" text="\$endDate" />
<Label fx:id="duration" styleClass="cell_small_label" text="\$duration" />
<Label fx:id="people" styleClass="cell_small_label" text="\$people" />
</VBox>
</GridPane>
Expand Down

0 comments on commit 8a99dfa

Please sign in to comment.