Add ability to set a user as a moderator via the admin (#355)

* Add moderators

* Remove passing unused prop

* Fix linter not running
This commit is contained in:
Gabe Kangas
2021-11-02 17:06:46 -07:00
committed by GitHub
parent 565d007a40
commit 24cb1ed0f1
8 changed files with 133 additions and 1073 deletions

View File

@@ -4,6 +4,5 @@
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
}