From f13e4f159c99662dd381b9cb52d4c4ad86719266 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 20 May 2021 16:21:51 +0200 Subject: [PATCH] fix: condition for invoices --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 17d4242..d0c6d69 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -35,7 +35,7 @@ if componentSet.has("events") if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources") script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.11" defer) -if componentSet.has('invoices') && getRoute('invoices') +if componentSet.has('invoices') script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.3" defer) //- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer)