diff --git a/src/components/Workspace/SideBar.vue b/src/components/Workspace/SideBar.vue index b8604c49..2cb7ca1f 100644 --- a/src/components/Workspace/SideBar.vue +++ b/src/components/Workspace/SideBar.vue @@ -78,6 +78,7 @@ export default { }); }); }, + /* Return a list with visible items on a section to the user or guest */ filterTiles(allTiles) { if (!allTiles) { return [];