Skip to content

Commit

Permalink
Update Parlay Text in History
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerrdeveloper authored and Cryptarchist committed Dec 18, 2020
1 parent c8b68df commit 02776fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/BetHistory/BetTransactionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default {
eventIdPopover(tx) {
if (tx.legs.length === 1) return `Event ${tx.legs[0]['event-id']}`;
return `#${tx.legs.length} events`;
return `${tx.legs.length} leg parlay`;
},
eventIdTooltip(tx) {
Expand Down

0 comments on commit 02776fd

Please sign in to comment.