mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
New client group fixes (#8965)
* Fixed gem styles * Fixed party challenge logic * Fixed category sending * Filtered habitrpg * Fixed updating group * Added new empty state badge * Added information to create group * Fixed large icons * Fixed name collision
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
let isLeader = true;
|
||||
let correctSize = true;
|
||||
|
||||
if (group._id === this.$store.state.constants.TAVERN_ID) return false;
|
||||
if (group._id === this.$store.state.constants.TAVERN_ID || group._id === 'habitrpg') return false;
|
||||
|
||||
if (search) {
|
||||
passedSearch = group.name.toLowerCase().indexOf(search.toLowerCase()) >= 0;
|
||||
|
||||
Reference in New Issue
Block a user