1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Merge pull request #164 from Conor-Mack/feature/dialog

Removing console log
This commit is contained in:
Conor_Mack 2020-03-23 14:05:19 +00:00 committed by GitHub
commit f9b55eb97d

View file

@ -42,7 +42,6 @@
$: renderLeadingIcon = !!icon && !trailingIcon
$: renderTrailingIcon = !!icon && trailingIcon
$: console.log(blockClasses)
</script>
{#if href}