Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when robot name is null (#184)
There was a bug in the frontend that happened when the robot name is not included in a file in the backend and became `null` in the frontend. This resulted in the following error messages when opening the detail view: In production: ![grafik](https://github.com/user-attachments/assets/36063371-1ef7-4228-a907-afd49e384cdd) In development: ![grafik](https://github.com/user-attachments/assets/a8497b7c-bd1c-4d38-ba5e-bd79f98f9e86) This fixes that bug.
- Loading branch information