fix(dashboard): Cleanup unsafe accesses to possibly undefined values in order timeline (#10454)

**What**
- Fixes an unsafe access to a field that may be undefined if an order was created through a custom workflow.
This commit is contained in:
Kasper Fabricius Kristensen
2024-12-05 15:51:35 +00:00
committed by GitHub
parent a7ad809520
commit 2b455b15a6
3 changed files with 78 additions and 69 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Cleanup unsafe accesses to possibly undefined values in order timeline