Skip to content

Commit

Permalink
Remove unused label props
Browse files Browse the repository at this point in the history
  • Loading branch information
phuocng committed Feb 5, 2020
1 parent c2f0a4f commit ca91c05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/SidebarLinkWithToc.svelte
Expand Up @@ -15,7 +15,6 @@ let enabled = false;
// Props
let content;
let url = '';
let label = '';
let title = '';
let selector = 'section h2';
let isActive = (p, url) => (p === url);
Expand All @@ -28,7 +27,6 @@ onMount(() => {
export {
content,
url,
label,
title,
selector,
isActive,
Expand Down

0 comments on commit ca91c05

Please sign in to comment.