Refactoring: more css cleanup

This commit is contained in:
Pieter Vander Vennet 2023-04-21 18:09:14 +02:00
parent 4548689a28
commit 59544ec073
8 changed files with 13 additions and 53 deletions

View file

@ -6,8 +6,8 @@
export let src: string;
let htmlElem: HTMLElement;
$: {
if(htmlElem){
htmlElem.innerHTML = src
if (htmlElem) {
htmlElem.innerHTML = src;
}
}