chore: typo (#288)
This commit is contained in:
parent
4acdac40be
commit
af42fbac63
@ -2,7 +2,7 @@ import { acceptHMRUpdate, defineStore } from 'pinia'
|
|||||||
|
|
||||||
export const useUserStore = defineStore('user', () => {
|
export const useUserStore = defineStore('user', () => {
|
||||||
/**
|
/**
|
||||||
* Current named of the user.
|
* Current name of the user.
|
||||||
*/
|
*/
|
||||||
const savedName = ref('')
|
const savedName = ref('')
|
||||||
const previousNames = ref(new Set<string>())
|
const previousNames = ref(new Set<string>())
|
||||||
|
Loading…
Reference in New Issue
Block a user