mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 20:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
07e429289d
commit
2d12b73a42
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ function PainelLayout() {
|
|||
const location = useLocation();
|
||||
const [mobileOpen, setMobileOpen] = useState(false);
|
||||
|
||||
// Atualiza queries quando o webhook gravar/alterar a assinatura
|
||||
useSubscriptionRealtime();
|
||||
|
||||
// Faturamento permanece acessível mesmo sem assinatura ativa
|
||||
// (para que o usuário possa ver o estado e assinar / gerenciar).
|
||||
const skipSubGuard = location.pathname.startsWith("/painel/faturamento");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue