Commit 831740d
committed
[FIX] Align 'state' column null-guard with sibling owner/asset_type columns
Use the same falsy check (!data) as the owner/asset_type renderers
instead of a strict === null comparison, so an undefined state value
falls back to 'Unknown' instead of throwing on data.state_name.1 parent f05c9a6 commit 831740d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments