fix: KabelModulstatus KÜ V 421 und 431
This commit is contained in:
@@ -18,10 +18,16 @@ const KabelModulStatus: React.FC<KabelModulStatusProps> = ({
|
||||
// Modultyp basierend auf der Version bestimmen
|
||||
let moduleName = "";
|
||||
let moduleType = "";
|
||||
if (moduleVersion === 420) {
|
||||
if (moduleVersion === 419) {
|
||||
moduleName = "KÜ705";
|
||||
moduleType = "FO";
|
||||
} else if (moduleVersion === 419) {
|
||||
} else if (moduleVersion === 420) {
|
||||
moduleName = "KÜ705";
|
||||
moduleType = "FO";
|
||||
} else if (moduleVersion === 421) {
|
||||
moduleName = "KÜ705";
|
||||
moduleType = "FO";
|
||||
} else if (moduleVersion === 431) {
|
||||
moduleName = "KÜ705";
|
||||
moduleType = "FO";
|
||||
} else if (moduleVersion === 350) {
|
||||
|
||||
Reference in New Issue
Block a user