Remove user name
This commit is contained in:
parent
d3a623e7c2
commit
dfd6831717
|
@ -98,10 +98,7 @@ export default function ChallengePage(props: {
|
||||||
|
|
||||||
ogCardProps.creatorUsername = challenge.creatorUsername
|
ogCardProps.creatorUsername = challenge.creatorUsername
|
||||||
ogCardProps.creatorAvatarUrl = challenge.creatorAvatarUrl
|
ogCardProps.creatorAvatarUrl = challenge.creatorAvatarUrl
|
||||||
ogCardProps.question =
|
ogCardProps.question = 'I challenge you to a bet: ' + contract.question
|
||||||
challenge.creatorName.split(' ')[0] +
|
|
||||||
'I challenge you to a bet on: ' +
|
|
||||||
contract.question
|
|
||||||
ogCardProps.probability =
|
ogCardProps.probability =
|
||||||
Math.round(challenge.creatorsOutcomeProb * 100) + '%'
|
Math.round(challenge.creatorsOutcomeProb * 100) + '%'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user