From edd0b8aa1dc59eae0a57a926ee9a21ee9c6212a2 Mon Sep 17 00:00:00 2001 From: kushthedude Date: Thu, 27 Jun 2019 19:33:25 +0530 Subject: [PATCH] Fixing Orientation of Ticket Input --- app/templates/components/public/ticket-list.hbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/templates/components/public/ticket-list.hbs b/app/templates/components/public/ticket-list.hbs index ed26af664b2..d45dc5987dc 100644 --- a/app/templates/components/public/ticket-list.hbs +++ b/app/templates/components/public/ticket-list.hbs @@ -77,8 +77,6 @@ {{currency-symbol eventCurrency}} {{format-number (sub ticket.price ticket.discount)}} - {{else}} - {{currency-symbol eventCurrency}} {{format-number ticket.price}} {{/if}} {{/if}} {{/if}}