From a293046106d27ba875bcbc159b843614c4c468f7 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 17 Mar 2023 18:01:34 +0200 Subject: [PATCH] chore: code clean-up --- services.py | 2 -- static/components/stall-list/stall-list.html | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) 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}}