frontend/stores: fix typo
Parents:
fba9ceb1 file(s) changed
- frontend/stores/moodEntry.ts +2 -2
frontend/stores/moodEntry.ts
@@ -1,8 +1,8 @@
1 1 import { create } from 'zustand';
2 2
3 3 export interface ActiveMoodComponent {
4 - i: string; // matches MoodComponentDefinition.id
5 - intensity: number; // 1–10
4 + id: string; // matches MoodComponentDefinition.id
5 + intensity: number; // 1–3
6 6 }
7 7
8 8 interface MoodEntryState {