Skip to content

Commit

Permalink
bug fix condition labels
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-franke committed Dec 11, 2024
1 parent d55ff32 commit 72a69e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
keyQisForShape: keyQisForShape,
target_object: trial.target_object,
target_position: trial.target_position,
phase: 'test'
phase: 'training'
}" />
</template>
</KeypressScreen>
Expand Down Expand Up @@ -115,7 +115,7 @@
keyQisForShape: keyQisForShape,
target_object: trial.target_object,
target_position: trial.target_position,
phase: 'training'
phase: 'test'
}" />
</template>
</KeypressScreen>
Expand Down

0 comments on commit 72a69e4

Please sign in to comment.