[LARP DB] TMW you find a bug and you wonder "How the fuck am I going to fix this?" and then withing 15 minutes you realize where the bug is coming from and squash it.
Turns out the call I had for pulling item data on a click could only pull approved items, so the only thing I needed to do was send along a true/false boolean on the call based on the state of the toggle that controls if the items listed on screen are approved or unapproved, then route the call properly based on that.