Skip to content

Commit b1aefc6

Browse files
author
Jay (CIS-A2K)
committed
Remove "under development" text
Change-Id: Ia7d200397ede597c8cf7fb795306d6a840ad3d29
1 parent 51993d1 commit b1aefc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/App.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ function App() {
2525
return (
2626
<>
2727
<Header />
28-
<Paper>
29-
<Typography variant="body1" color="secondary">Currently tool in under development.</Typography>
30-
</Paper>
3128
{ isLoggedIn ? <Main /> : <Login/> }
3229
{ backdropProgress ?
3330
<Backdrop className={classes.backdrop} open={backdropProgress}>

0 commit comments

Comments
 (0)