Add comment

This commit is contained in:
Alejandro Pinar Ruiz 2022-06-01 21:25:28 +02:00
parent cd72ff06ec
commit 3bc80cfaad
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export default {
}); });
}); });
}, },
/* Return a list with visible items on a section to the user or guest */
filterTiles(allTiles) { filterTiles(allTiles) {
if (!allTiles) { if (!allTiles) {
return []; return [];