We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeb0e7 commit 5375577Copy full SHA for 5375577
src/pages/training/PredictionLegend.svelte
@@ -4,7 +4,7 @@
4
SPDX-License-Identifier: MIT
5
-->
6
<script lang="ts">
7
- import GestureDot from '../../components/ui/GestureDot.svelte';
+ import GestureDot from '../../components/ui/GestureDot.svelte';
8
import { state, stores } from '../../lib/stores/Stores';
9
10
const gestures = stores.getGestures();
@@ -15,7 +15,7 @@
15
<div class="flex flex-row justify-between">
16
<div class="flex flex-row">
17
<div class="flex flex-col justify-center mr-1">
18
- <GestureDot disableTooltip gesture={gestures.getGesture(gesture.ID)}/>
+ <GestureDot disableTooltip gesture={gestures.getGesture(gesture.ID)} />
19
</div>
20
<p>{gesture.name}</p>
21
0 commit comments