Intuitive Debugger: `My Watches` showing the expand icon when table is empty

Repro

  1. Create a new script in ServerScriptService
  2. Put this:
q = {
	aa = {
		aaa = 1
	},
	bb = {}
}

print(q)
print()
  1. Set a breakpoint on line 8 (print)
  2. Run
  3. Select table q, right-click and ‘Add to Watch’
  4. Probably nothing will show yet, due to another bug I reported. In this case, press F10 again to go to the next line and update the value:
    image
  5. If you click on the expand icon, it will disappear:
    image

Issue Area: Studio
Issue Type: Display
Impact: Low
Frequency: Constantly