Commit ee42b532 authored by ChamendiPabasara's avatar ChamendiPabasara

Checker -Gazette Download Process

parent f7a89fb1
...@@ -68,12 +68,12 @@ export default class Home extends Component { ...@@ -68,12 +68,12 @@ export default class Home extends Component {
onClick={() => { onClick={() => {
this.refresher(); this.refresher();
if (this.state.responseStatus == "yes") { if (this.state.responseStatus == "yes") {
alert("Latest Files have already been downloaded!"); alert("Latest Files have already been downloaded!"); // gazette file checking
} }
}} }}
> >
Download Download
</Button> </Button>
</Col> </Col>
</Row> </Row>
</Container> </Container>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment