Skip to content

Commit 5cf499d

Browse files
removing headings
Signed-off-by: jackdisalvatore <[email protected]>
1 parent 7afd311 commit 5cf499d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
<h1>Settings</h1>

frontend/src/routes/tenant/+page.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
const user = unityAuthContext.user;
66
</script>
77

8-
<h1>Tenants</h1>
9-
108
{#if $user && $user.tenants}
119
<ul>
1210
{#each $user.tenants as tenant}

0 commit comments

Comments
 (0)