Skip to content
Snippets Groups Projects
Commit e6e2da9a authored by Chif Gergő's avatar Chif Gergő
Browse files

Merge branch 'master' of https://github.com/DevTeamSCH/kszkepzes-frontend into audit

parents e1e9541f ebfb573a
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ class News extends Component { ...@@ -73,7 +73,7 @@ class News extends Component {
<div> <div>
<Segment style={{ padding: '3em 3em' }} vertical> <Segment style={{ padding: '3em 3em' }} vertical>
{/* { this.props.user.is_superuser ? <AddNewsForm /> : ''} */} {/* { this.props.user.is_superuser ? <AddNewsForm /> : ''} */}
<Container text textAlign='center'> <Container text textAlign='center' style={{ marginBottom: '3em' }}>
{this.props.user.role === 'Staff' ? {this.props.user.role === 'Staff' ?
<AddNewsForm /> <AddNewsForm />
: :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment