BYU-ODH / yvideo-client

Front-end code for Y-Video (React)
GNU General Public License v3.0
3 stars 3 forks source link

In Edit User Access, gracefully fail when any users' account_name is null #845

Open reynoldsnlp opened 1 year ago

reynoldsnlp commented 1 year ago

I just deleted two student users who had NULL values for account_name in the database. I don't know how that value is realized in js by redux (probably null), but it was breaking the front end when Raissa Solovieva was trying to access the Edit User Access page.