You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="filtered" content="{(status and !get(statusFilter, status).show) or !get(openFilter, openness).show or count(tag) and count(selectedTags) and !intersects(tag, selectedTags)}" />
78
+
<metaproperty="filtered" content="{(status and !get(statusFilter, status).show) or !get(openFilter, openness).show or (count(tag) and count(selectedTags) and !intersects(tag, selectedTags))}" />
0 commit comments