Skip to content

Commit 88fd06c

Browse files
shreyanshdwivediniranjan94
authored andcommitted
fix: show ticket quantity in tickets/orders on events page
1 parent 7d9f29f commit 88fd06c

File tree

1 file changed

+1
-1
lines changed
  • app/controllers/events/view/tickets/orders

1 file changed

+1
-1
lines changed

app/controllers/events/view/tickets/orders/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default Controller.extend({
2020
title : 'Total Amount'
2121
},
2222
{
23-
propertyName : 'tickets.length',
23+
propertyName : 'attendees.length',
2424
title : 'Quantity'
2525
},
2626
{

0 commit comments

Comments
 (0)