Fixed linter issues

This commit is contained in:
Julio-Oliveira-Encora 2024-04-29 11:42:08 -03:00
parent 1fcb7327e4
commit 53ef0b2172

View File

@ -5,8 +5,6 @@ export const config = {
html: (data: Dict) =>
`<i class="mdi mdi-close-circle ${data.className}" title="${data.title}"></i>`,
},
remove_button: {
title: "Remove this item",
},
remove_button: { title: 'Remove this item' },
},
};