Skip to content
Snippets Groups Projects
Commit e10eecdc authored by Ina Martini's avatar Ina Martini
Browse files

refactor: remove openSpare

parent 6084b8d7
No related branches found
No related tags found
3 merge requests!66Final merge,!49Create spare component,!4Pipeline fix
Pipeline #282652 failed
......@@ -53,10 +53,6 @@ const calculateSpeech = () => {
}
}
const openSpare = () => {
calculateSpeech()
}
onMounted(() => {
const challengeId = router.currentRoute.value.params.id
if (!challengeId) return router.push({ name: 'challenges' })
......@@ -149,7 +145,6 @@ const completeChallenge = () => {
:png-size="15"
:imageDirection="'left'"
:direction="'right'"
@openSpare="openSpare"
class="mb-5"
></SpareComponent>
</div>
......
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