Skip to content

Commit

Permalink
added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHalwax committed Aug 27, 2023
1 parent d21c708 commit 3364592
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/ol/style/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ export const evalSync = [next => {
const { modifiers, sidc } = next
const sizeCode = echelonCode(sidc)
const echelonText = (sizeCode === '*' || sizeCode === '-') ? '' : echelons[sizeCode]?.text

return { evalSync: Labels.evalSync({ modifiers, echelon: echelonText }) }
}, ['modifiers']]
}, ['modifiers', 'sidc']]


/**
Expand Down

0 comments on commit 3364592

Please sign in to comment.