diff --git a/services.py b/services.py
index f3f5fc3..2bf3f01 100644
--- a/services.py
+++ b/services.py
@@ -273,8 +273,6 @@ async def _handle_dirrect_message(
async def _handle_new_order(order: PartialOrder) -> Optional[str]:
- ### todo: check that event_id not parsed already
-
order.validate_order()
first_product_id = order.items[0].product_id
diff --git a/static/components/stall-list/stall-list.html b/static/components/stall-list/stall-list.html
index bd63551..1787879 100644
--- a/static/components/stall-list/stall-list.html
+++ b/static/components/stall-list/stall-list.html
@@ -45,9 +45,7 @@
/>
-
- {{props.row.name}}
-
+ {{props.row.name}}
{{props.row.currency}}
{{props.row.config.description}}