arreglado bug que no salia el nombre del grupo

This commit is contained in:
2025-04-21 16:23:15 -03:00
parent de9ff8f0b3
commit b75f672b0a

View File

@@ -50,7 +50,7 @@
</div>
{:else if $isAuthenticated}
{#if typeof componente === "object" && componente !== null}
{@render componente.OtroG(componente.params)}
<componente.OtroG id={componente.params.id} />
{:else}
{@render componente()}
{/if}