tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
probs should be like this
moth11.net
6 months ago
929dc857
644fc444
+5
-5
1 changed file
expand all
collapse all
unified
split
src
routes
c
[handle]
[rkey]
+page.svelte
+5
-5
src/routes/c/[handle]/[rkey]/+page.svelte
···
38
38
</script>
39
39
40
40
<main id="transceiver">
41
41
-
<!-- {#if data.channelView.title} -->
42
42
-
<!-- <h1> -->
43
43
-
<!-- {data.channelView.title} -->
44
44
-
<!-- </h1> -->
45
45
-
<!-- {/if} -->
41
41
+
{#if data.channelView}
42
42
+
<h1>
43
43
+
{data.channelView.title}
44
44
+
</h1>
45
45
+
{/if}
46
46
{#if ctx?.topic}
47
47
<div>{ctx?.topic}</div>
48
48
{/if}