Skip to content

Commit

Permalink
loader curtain removed
Browse files Browse the repository at this point in the history
  • Loading branch information
zorixid committed Jun 9, 2021
1 parent c88c11f commit c3aaa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const App = () => {
const [totalStaked, setTotalStaked] = useState([0, 0]);
const [myStake, setMyStake] = useState([0, 0]);
const [appStatus, setAppStatus] = useState(true);
const [loader, setLoader] = useState(true);
const [loader, setLoader] = useState(false);
const [userBalance, setUserBalance] = useState('0');
const [apy, setApy] = useState([0, 0]);
const [page, setPage] = useState(1);
Expand Down

0 comments on commit c3aaa2f

Please sign in to comment.