buggregator / frontend

Buggregator UI
https://buggregator.dev/
14 stars 8 forks source link

Ray booleans with false value display as empty instead of 'false' #115

Closed binaryfire closed 5 months ago

binaryfire commented 5 months ago

Hi guys

ray(false); shows as empty in Buggregator:

image image

But ray(true); works as expected:

image image

Would it be possible to update this so that false is displayed for false booleans? That's how the official Ray app works as well.