fix: dont display display_name as nip user when username is default #67

Merged
verbiricha merged 2 commits from minifix into main 2023-01-15 16:31:28 +00:00
Showing only changes of commit ac3f3ffff7 - Show all commits

View File

@ -75,6 +75,7 @@ const UsersSlice = createSlice({
nip05: x.nip05,
picture: x.picture,
})
window.localStorage.setItem(`user:${x.pubkey}`, JSON.stringify(x));
state.users = {
...state.users