diff --git a/frontend/src/components/BookPage.js b/frontend/src/components/BookPage.js index 9ea9d3dc..a0353e8f 100644 --- a/frontend/src/components/BookPage.js +++ b/frontend/src/components/BookPage.js @@ -337,7 +337,7 @@ class BookPage extends Component { -
{t("I want to")}
+
{t("I want to")}
@@ -379,7 +379,9 @@ class BookPage extends Component { - {this.props.type == 0 ? t("and receive") : (this.props.type == 1 ? t("and pay with") : t("and use") )} +
+ {this.props.type == 0 ? t("and receive") : (this.props.type == 1 ? t("and pay with") : t("and use") )} +