From e9cb7a37abe109ce268817be822add3b595ee139 Mon Sep 17 00:00:00 2001 From: JesmoDev Date: Sun, 3 Mar 2024 18:31:33 +0100 Subject: [PATCH] dix build --- index.html | 2 +- src/my-element.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 93b64a7..3b9c004 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,6 @@ - + diff --git a/src/my-element.ts b/src/my-element.ts index 94e8da2..b5ef0b6 100644 --- a/src/my-element.ts +++ b/src/my-element.ts @@ -34,7 +34,7 @@ export class MyElement extends LitElement { ${repeat( this.testBlogs, (blog) => blog.title, - (blog, index) => html` + (blog) => html`

${blog.title}

${blog.content}