standaradises the declaration of empty vars
This commit is contained in:
parent
ec382c313c
commit
3484f500e5
|
@ -9,7 +9,7 @@
|
|||
export let buttonText = ""
|
||||
export let cta = false
|
||||
export let link = ""
|
||||
export let linkText
|
||||
export let linkText = ""
|
||||
|
||||
$: icon = selectIcon(type)
|
||||
// if newlines used, convert them to different elements
|
||||
|
|
Loading…
Reference in New Issue