Skip to content
Snippets Groups Projects
Commit a810b89e authored by vildemv's avatar vildemv
Browse files

Fixed merge.

parent cb73af79
No related branches found
No related tags found
1 merge request!53Frontend improvements
Pipeline #280438 passed
......@@ -28,29 +28,6 @@ const closeHelpPopUp = async () => {
displayHelpPopUp.value = false;
}
const showMilestones = ref(true)
const showChallenges = ref(false)
function checkScreenWidth() {
if(window.innerWidth >= 1000){
showMilestones.value = true;
showChallenges.value = true;
}
}
function showMilestonesView(){
showMilestones.value = true
showChallenges.value = false
}
function showChallengesView(){
showChallenges.value = true
showMilestones.value = false
}
checkScreenWidth()
const saved = ref(0)
async function userSavings(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment