Finish merge

This commit is contained in:
Ian Philips 2022-08-18 08:03:48 -06:00
parent 4aa61faa19
commit 7e2722b966

View File

@ -27,7 +27,6 @@ import { useTextEditor } from 'web/components/editor'
import { LoadingIndicator } from 'web/components/loading-indicator'
import { track } from 'web/lib/service/analytics'
type challengeInfo = {
amount: number
expiresTime: number | null
@ -84,7 +83,7 @@ export function CreateChallengeModal(props: {
track('challenge created', {
creator: user.username,
amount: newChallenge.amount,
contractId: contract.id,
contractId: challengeContract.id,
})
}
} catch (e) {