frontend/stores: fix typo

Pedro Lucas Porcellis porcellis@eletrotupi.com 1 month ago 2454104ffdf8fa9a5a1ee482f58928417aa1fdc7
Parents: fba9ceb
1 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 {