From 847ddb42aa0fd227622f3ba2cdcf7d6af4a7efa8 Mon Sep 17 00:00:00 2001 From: DGAlexandru Date: Wed, 8 Jan 2025 12:29:49 +0200 Subject: [PATCH] fix: Typo in "Move the sensor consumable type as a subtype of the new type cleaning" commit --- frontend/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils.ts b/frontend/src/utils.ts index 431dac8..c1ea611 100644 --- a/frontend/src/utils.ts +++ b/frontend/src/utils.ts @@ -135,7 +135,7 @@ const consumableTypeMapping: Record = { "bin": "Bin" }; -const consumableSubtypeMapping: Record = { +const consumableSubtypeMapping: Record = { "main": "Main", "secondary": "Secondary", "side_right": "Right",