1
0
Fork 0

chore: linter issues

This commit is contained in:
joostdecock 2023-02-05 19:58:25 +01:00
parent c894deb912
commit 86aa0f20da
34 changed files with 83 additions and 102 deletions

View file

@ -3,7 +3,7 @@ import { formatMm } from 'shared/utils.mjs'
import Attributes from './attributes.mjs'
import Ops from './path-ops.mjs'
export const XrayPath = ({ pathName, partName, draft, t, units }) => {
export const XrayPath = ({ pathName, partName, draft, units }) => {
const path = draft?.parts?.[partName]?.paths?.[pathName]
if (!path) return null