Refactor code to remove unused variable and add meta tags for shared collections page
This commit is contained in:
@@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
let notFound: boolean = false;
|
let notFound: boolean = false;
|
||||||
let isShowingLinkModal: boolean = false;
|
let isShowingLinkModal: boolean = false;
|
||||||
let isShowingCreateModal: boolean = false;
|
|
||||||
let isShowingTransportationModal: boolean = false;
|
let isShowingTransportationModal: boolean = false;
|
||||||
let isShowingChecklistModal: boolean = false;
|
let isShowingChecklistModal: boolean = false;
|
||||||
|
|
||||||
|
|||||||
@@ -25,3 +25,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Shared Collections</title>
|
||||||
|
<meta name="description" content="Collections shared with you by other users." />
|
||||||
|
</svelte:head>
|
||||||
|
|||||||
Reference in New Issue
Block a user