Skip to content

Commit

Permalink
fix: Typo in "Move the sensor consumable type as a subtype of the new…
Browse files Browse the repository at this point in the history
… type cleaning" commit
  • Loading branch information
DGAlexandru committed Jan 8, 2025
1 parent 5f8fe48 commit 847ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const consumableTypeMapping: Record<ConsumableType, string> = {
"bin": "Bin"
};

const consumableSubtypeMapping: Record<ConsumableType, string> = {
const consumableSubtypeMapping: Record<ConsumableSubType, string> = {
"main": "Main",
"secondary": "Secondary",
"side_right": "Right",
Expand Down

0 comments on commit 847ddb4

Please sign in to comment.