Fix a few undefined records (#580)
This commit is contained in:
@@ -87,7 +87,7 @@ const DestinationTitle = () => {
|
||||
const translate = useTranslate();
|
||||
return (
|
||||
<span>
|
||||
{translate("resources.destinations.name", 1)} {record.destination}
|
||||
{translate("resources.destinations.name", 1)} {record?.destination}
|
||||
</span>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user