diff --git a/client/homebrew/homebrew.jsx b/client/homebrew/homebrew.jsx index a6b4b9175..cc179377b 100644 --- a/client/homebrew/homebrew.jsx +++ b/client/homebrew/homebrew.jsx @@ -39,7 +39,8 @@ const Homebrew = (props)=>{ lang : '' }, userThemes, - brews + brews, + isOwner, } = props; global.account = account; @@ -52,7 +53,7 @@ const Homebrew = (props)=>{
- } /> + } /> } /> } /> } />