Remove user name

This commit is contained in:
Ian Philips 2022-07-26 17:51:49 -07:00
parent d3a623e7c2
commit dfd6831717

View File

@ -98,10 +98,7 @@ export default function ChallengePage(props: {
ogCardProps.creatorUsername = challenge.creatorUsername
ogCardProps.creatorAvatarUrl = challenge.creatorAvatarUrl
ogCardProps.question =
challenge.creatorName.split(' ')[0] +
'I challenge you to a bet on: ' +
contract.question
ogCardProps.question = 'I challenge you to a bet: ' + contract.question
ogCardProps.probability =
Math.round(challenge.creatorsOutcomeProb * 100) + '%'