arreglado bug que no salia el nombre del grupo
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user