@@ -62,7 +62,7 @@ def gen_groups_from_states(states):
for state in states:
for sheet in state['sheets'].values():
gr = sheet['groups']
gr = sheet.get('groups', {})
if len(gr.keys()) == 0:
continue
The note is not visible to the blocked user.