Tweaked moderator privileges

This commit is contained in:
2022-01-02 18:11:11 +00:00
parent 53c8ddab54
commit 3cdef433f9
2 changed files with 8 additions and 6 deletions
-6
View File
@@ -5,9 +5,6 @@ import ApplyToBody from '../utilities/apply-to-body';
import { TokenContext } from '../utilities/token-provider';
import NewsPublisher from './panels/news-publisher';
import NewsEditor from './panels/news-editor';
import GrantAdmin from './panels/grant-admin';
import GrantMod from './panels/grant-mod';
@@ -26,9 +23,6 @@ const Admin = props => {
<div className='page panel'>
<div className='central panel'>
<h1 className='text centered'>Administration Tools</h1>
<NewsPublisher />
<br />
<NewsEditor />
<br />
<GrantAdmin />
<br />