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