diff --git a/src/other/PositionPage.jsx b/src/other/PositionPage.jsx index f253cd2c4a..e64ee49116 100644 --- a/src/other/PositionPage.jsx +++ b/src/other/PositionPage.jsx @@ -87,14 +87,14 @@ const PositionPage = () => { {item && Object.getOwnPropertyNames(item).filter((it) => it !== 'attributes').map((property) => ( {property} - {positionAttributes[property]?.name || property} + {positionAttributes[property]?.name} ))} {item && Object.getOwnPropertyNames(item.attributes).map((attribute) => ( {attribute} - {positionAttributes[attribute]?.name || attribute} + {positionAttributes[attribute]?.name} ))}