Joffrey JAFFEUX 4a7a9efbb9
FIX: correctly check for hasData in admin-report (#31197)
Using length is not working on javascript objects and this would always
be falsey.

```
const test = { foo: 1 };
test.length // undefined
```
2025-02-05 17:19:33 +01:00
..
2025-02-04 09:18:15 +00:00
2025-02-04 09:18:15 +00:00