Skip to content

Commit 90470c8

Browse files
committed
fixing stroop
1 parent 9529a98 commit 90470c8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/user/components/stroop_exp/StroopView.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import useViewAPI from '@/core/composables/useViewAPI'
66
import { Button } from '@/uikit/components/ui/button'
77
8-
import { Button } from '@/uikit/components/ui/button'
9-
108
const api = useViewAPI()
119
1210
// define the trials for the experiment as a spec
@@ -100,7 +98,6 @@ function finish() {
10098
</script>
10199

102100
<template>
103-
<div class="flex items-center justify-center select-none py-8">
104101
<div class="flex items-center justify-center select-none py-8">
105102
<!-- Show this for each trial -->
106103
<div class="text-center" v-if="api.path[0] == 'stroop'">

0 commit comments

Comments
 (0)