Skip to content

Commit 4313f9c

Browse files
committed
delete duplicate default word suggestion
1 parent 2fe87b3 commit 4313f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/stores/MessageStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const useMessageStore = defineStore('messages', () => {
88
const messageHistory = ref([])
99
const activeEditHistory = ref([])
1010
const wordSuggestions = ref([
11-
'hi', 'how', 'you', 'weather', 'nice', 'hungry', 'dinner', 'today', 'weather', 'i',
11+
'hi', 'how', 'you', 'weather', 'nice', 'hungry', 'dinner', 'today', 'i',
1212
'work', 'rugby', 'jazz', 'cold', 'warm', 'thirsty', 'bored', 'good'])
1313
const previousWordSuggestions = ref([])
1414
const sentenceSuggestions = ref([

0 commit comments

Comments
 (0)