refactor: Clean code

This commit is contained in:
Net 2024-08-29 09:58:51 +07:00
parent 5b2785c75d
commit e7c6a31bbf
2 changed files with 1 additions and 2 deletions

View file

@ -187,7 +187,6 @@ defineProps<{
Record<string, { label: string; file: { label: string }[] }>
>((a, c) => {
const _group = c.group || 'other';
console.log(c);
if (!a[_group]) {
a[_group] = {