Fix eslint error and update svelte related stuff
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
export let title: string = shop.module_title
|
||||
export let text: string = shop.module_text
|
||||
export let textBottom: string = undefined
|
||||
export let buttonText: string = 'Shop'
|
||||
export let url: string = '/shop'
|
||||
export let enabled: boolean = true
|
||||
export let buttonText = 'Shop'
|
||||
export let url = '/shop'
|
||||
export let enabled = true
|
||||
|
||||
if (textBottom !== null) {
|
||||
textBottom = `Posters available for ${locationsWithPoster.join(', ').replace(/,(?!.*,)/gmi, ' and')}.`
|
||||
|
||||
Reference in New Issue
Block a user