chore: linter issues
This commit is contained in:
parent
c894deb912
commit
86aa0f20da
34 changed files with 83 additions and 102 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue