{{
@@ -518,20 +575,20 @@ const saveOrder = async () => {
}}
{{
props.row.organizationShortName !== null
- ? `(${props.row.organizationShortName})`
- : ""
+ ? `(${props.row.organizationShortName})`
+ : ""
}}
{{
props.row.positionPath !== null
- ? props.row.positionPath
- : "-"
+ ? props.row.positionPath
+ : "-"
}}
{{
props.row.positionNumber !== null
- ? `(${props.row.positionNumber})`
- : ""
+ ? `(${props.row.positionNumber})`
+ : ""
}}