Run Prettier

This commit is contained in:
Eric Liu 2023-09-30 08:38:31 -07:00
commit f7917c772a

View file

@ -62,7 +62,7 @@
$: if (ref && files.length === 0) { $: if (ref && files.length === 0) {
labelText = initialLabelText; labelText = initialLabelText;
ref.value = ''; ref.value = "";
} }
</script> </script>