From 223fc0a51485f890292bc13b5971cb3c216295ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Fri, 18 Jul 2025 16:20:17 +0200 Subject: [PATCH] add prop again --- client/homebrew/homebrew.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)=>{
- } /> + } /> } /> } /> } />