Skip to content

Commit 5db9920

Browse files
authored
Merge pull request #349 from fmasa/fmasa-patch-1
Fix disabling of wellbeing tab
2 parents 28e5de0 + 77da1e6 commit 5db9920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase/firestore.rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,8 @@ service cloud.firestore {
638638
"SPELLS",
639639
"RELIGION",
640640
"TRAPPINGS",
641-
"NOTES"
641+
"NOTES",
642+
"WELL_BEING"
642643
].hasAll(character.hiddenTabs)
643644
)
644645
&& (character.size == null || (

0 commit comments

Comments
 (0)