Browse Source

fix(PRPage): status event using t not l

this change was ommited when t was changed to l in dd24dc12
master
DanConwayDev 2 years ago
parent
commit
5889f305e5
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 2
      src/lib/components/events/content/Kind19851985.svelte

2
src/lib/components/events/content/Kind19851985.svelte

@ -10,7 +10,7 @@
} }
let status: string | undefined; let status: string | undefined;
$: { $: {
status = extractTagContent("t"); status = extractTagContent("l");
} }
</script> </script>

Loading…
Cancel
Save