tweaking minor stuff

This commit is contained in:
2026-06-01 17:37:12 -06:00
parent db2ddadff3
commit 8ad6132dfa
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -23,9 +23,6 @@ const statusClass = {
cancelled: 'bg-danger/10 text-danger',
}
const gradientProgress = (value, gradient) => ({
width: `${value}%`,
})
</script>
<template>