Skip to content

Commit

Permalink
fix: add Nm to unit to SI map
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstorey committed Dec 14, 2023
1 parent 0983617 commit a5f9436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/units.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const unitToSIMap = {
K: 'K',
'W/m*K': 'W/m*K',
MN: 'N',
Nm: 'Nm',
kNm: 'Nm',
MNm: 'Nm',
'kN/m²': 'N/m²',
Expand Down

0 comments on commit a5f9436

Please sign in to comment.