Skip to content

Commit

Permalink
Update component.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Jan 5, 2021
1 parent db9f244 commit 99e5b79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/app/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ func (c *Compo) mount() error {

if mounter, ok := c.this.(Mounter); ok {
mounter.OnMount(Context{
Context: c.ctx,
Src: c.this,
JSSrc: c.this.JSValue(),
Context: c.ctx,
Src: c.this,
JSSrc: c.this.JSValue(),
AppUpdateAvailable: appUpdateAvailable,
})
}

Expand Down

0 comments on commit 99e5b79

Please sign in to comment.