Skip to content
Snippets Groups Projects
Commit 597df177 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

#62 hide button after deadline

parent 7e6f9af8
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,7 @@ class Profile extends Component {
checked={signed}
readOnly={!canEdit}
/>
{canEdit ?
<Form.Button
primary
style={{ marginBottom: '10em' }}
......@@ -204,6 +205,7 @@ class Profile extends Component {
>
Mentés
</Form.Button>
: '' }
</Form>
</Container>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment