Skip to content

Commit

Permalink
Disable parlay bets until available in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptarchist committed Dec 18, 2020
1 parent b3569d3 commit c8b68df
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/renderer/components/betting/components/BetSlip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@
Single
</span>
|
<!--
When parlay betting is available in Core add this click handler.
@click="setBetType('multi')"
-->
<span
:class="[
'bet-slip__bet-type-btn',
'bet-slip__bet-type-btn disabled',
{ 'bet-slip__bet-type-btn--active': betType === 'multi' }
]"
@click="setBetType('multi')"
style="cursor: unset"
>
Multi
Multi <small style="font-size: 50%">(Coming soon!)</small>
</span>

<button
Expand Down

0 comments on commit c8b68df

Please sign in to comment.