Skip to content

Commit

Permalink
Update CalculationPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhlak-Hossain-Jim authored Mar 21, 2022
1 parent 580455d commit 403945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/StakeDrop/persistence/CalculationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function PersistenceCalculationPage() {
.then((data) => {
setDay(data.day);
});
}, []);
}, [Address]);
const [TimeLeftQuiz, setTimeLeftQuiz] = useState("EXPIRED");
var countDownDate2 = new Date(
2022,
Expand Down

0 comments on commit 403945a

Please sign in to comment.