0
0
Fork 0

refs #6080 Deleted unused function

This commit is contained in:
Guillermo Bonet 2023-08-09 14:34:43 +02:00
parent 980b221bd4
commit df66903e49
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ async function togglePinned(item, event) {
type: 'positive',
});
};
function firstLower(str) {
return str[0].toLowerCase() + str.slice(1);
};
</script>
<template>