forked from verdnatura/salix-front
refs #6080 Deleted unused function
This commit is contained in:
parent
980b221bd4
commit
df66903e49
|
@ -108,9 +108,6 @@ async function togglePinned(item, event) {
|
|||
type: 'positive',
|
||||
});
|
||||
};
|
||||
function firstLower(str) {
|
||||
return str[0].toLowerCase() + str.slice(1);
|
||||
};
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue