fix(client): make academy honesty button disabled (#37453)

This commit is contained in:
Kishore Devaraj
2019-10-22 17:20:33 +05:30
committed by mrugesh
parent 2b5268305a
commit 5b1ee9c177
4 changed files with 104 additions and 15 deletions

View File

@@ -24,9 +24,14 @@ class Honesty extends Component {
);
renderIsHonestAgreed = () => (
<Panel bsStyle='info' className='agreed btn'>
<Button
block={true}
bsStyle='primary'
className='disabled-agreed'
disabled={true}
>
<p>You have accepted our Academic Honesty Policy.</p>
</Panel>
</Button>
);
render() {