Skip to content

Commit

Permalink
that could just be template
Browse files Browse the repository at this point in the history
  • Loading branch information
stylehouse committed May 4, 2023
1 parent 7a96170 commit 49451ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/pi/Con.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
export let C
// label from above (key into here - Cont%Ct is the s.t on the inside)
let t = C.t
// layers of identity leading onwards
let bits
$: bits = o_(C)
let sip = C.c.ip.join('.')
let wire
Expand Down Expand Up @@ -57,7 +54,7 @@
<small> {sip} </small>
<span style="color:darkcyan; text-decoration:underline">{quee}</span>
{#key quee}
{#each bits as n}
{#each o_(C) as n}
<span style="display:inline-block; vertical-align: middle; border:2px solid gainsboro; border-right:none; padding: 0 3px; margin: 0 3px; border-radius: 3px;">
<svelte:component this={pis[n.c.pi]} C={n}/>
</span>
Expand Down

0 comments on commit 49451ea

Please sign in to comment.