|
|
@@ -212,7 +212,7 @@ class ParticipantView extends Component<Props> {
|
|
212
|
212
|
// prop8 = {"A"}
|
|
213
|
213
|
clog("this.props")
|
|
214
|
214
|
// var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},0) : {}
|
|
215
|
|
- var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},0) : styles.participantView
|
|
|
215
|
+ var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},styles.participantView) : styles.participantView
|
|
216
|
216
|
clog("pvc_style!",pvc_style)
|
|
217
|
217
|
// return (
|
|
218
|
218
|
var ret = (
|