Update [contractSlug].tsx

This commit is contained in:
Pico2x 2022-09-15 15:45:49 +01:00
parent ada9fac343
commit 772eeb5c93

View File

@ -116,7 +116,7 @@ export function ContractEmbed(props: { contract: Contract; bets: Bet[] }) {
tradingAllowed(contract) &&
!betPanelOpen && (
<Button color="gradient" onClick={() => setBetPanelOpen(true)}>
Bet
Predict
</Button>
)}