chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,9 @@ const viewBox = computed(() => {
|
||||
})
|
||||
|
||||
const d = computed(() => {
|
||||
if (!viewBox.value.x || !viewBox.value.y) return ''
|
||||
if (!viewBox.value.x || !viewBox.value.y) {
|
||||
return ''
|
||||
}
|
||||
|
||||
return `
|
||||
M${viewBox.value.x - viewBox.value.offset},${viewBox.value.y - viewBox.value.offset}
|
||||
|
||||
Reference in New Issue
Block a user