MCPcopy Create free account
hub / github.com/codecombat/codecombat / getRenderData

Method getRenderData

app/views/admin/TrialRequestsView.js:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 getRenderData () {
57 const context = super.getRenderData()
58 context.trialRequests = (this.trialRequests != null ? this.trialRequests.models : undefined) != null ? (this.trialRequests != null ? this.trialRequests.models : undefined) : []
59 return context
60 }
61
62 onClickApprove (e) {
63 const trialRequestID = $(e.target).data('trial-request-id')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected