Skip to content

Commit

Permalink
fix: change schema:unitCode value from GM to GRM (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Vandoorslaer authored Aug 16, 2021
1 parent e321a02 commit 762241e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class ObjectDimensionsComponent extends RxLitElement {
@internalProperty()
weightUnits: Map<string, string> = new Map()
.set('KGM', 'kg')
.set('GM', 'g');
.set('GRM', 'g');

/**
* Renders the component as HTML.
Expand Down

0 comments on commit 762241e

Please sign in to comment.