mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 20:35:06 +00:00
lint fixes
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{isReady ? $instance.subdomain : "Instance"} overview - PocketHost</title>
|
||||
<title
|
||||
>{isReady ? $instance.subdomain : 'Instance'} overview - PocketHost</title
|
||||
>
|
||||
</svelte:head>
|
||||
|
||||
{#if isReady}
|
||||
|
||||
Reference in New Issue
Block a user