Don't reveal market creator's bets

This commit is contained in:
James Grugett 2022-03-14 14:36:05 -05:00
parent 6fd16e448e
commit 080bf591e0

View File

@ -135,7 +135,7 @@ function groupBets(
}
for (const bet of bets) {
const isCreator = userId === bet.userId || contract.creatorId === bet.userId
const isCreator = userId === bet.userId
if (commentsMap[bet.id] || isCreator) {
pushGroup()