added express ProcessState

This commit is contained in:
Frede Hundewadt 2023-11-08 17:00:22 +01:00
parent 266126a241
commit 9f7b35dbe2

View file

@ -31,6 +31,7 @@ public partial class ProcessStateComponent
"the-ugly" => "box2-fill",
"the-dead" => "truck",
"printed" => "printer",
"express" => "lightning-charge",
_ => "question-square"
};
}