chore: lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-03-23 12:59:48 +05:30
parent 28b76dc73d
commit 9febf76945
10 changed files with 17 additions and 12 deletions

View File

@@ -95,7 +95,7 @@ export default defineComponent({
const { icon: Icon, color } = renderIcon(column.value, relationColumn)
return h(Icon, { class: `${color} mx-1`,style: { fontSize: '16px' } })
return h(Icon, { class: `${color} mx-1`, style: { fontSize: '16px' } })
}
},
})