Untitled

 avatar
unknown
plain_text
3 years ago
183 B
2
Indexable
function isEdit (group : IGroup) {
      if($config.isStaff){
        return true
      }
      if (group.state === "APPROVED" ) {
        return false
      }
      return true
    }
Editor is loading...