experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 20:07:06 -08:00
parent f5782d0d40
commit a9813a0e67

View File

@ -57,6 +57,8 @@ export default {
return []; return [];
} }
throw new Error("here")
const toLoad = []; const toLoad = [];
if (settings.hide_current_user && this.currentUser) { if (settings.hide_current_user && this.currentUser) {