This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix fake user name.
main
Titouan Rigoudy
4 years ago
parent
28db55a708
commit
31ea570100
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/modules/user/slice.ts
+ 1
- 1
src/modules/user/slice.ts
View File
@ -41,7 +41,7 @@ const initialState: UserSliceState = {
numFreeSlots
:
5
,
country
:
"US"
,
}
,
bob
:
{
karandeep
:
{
name
:
"karandeep"
,
status
:
UserStatus.Offline
,
averageSpeed
:
1
,
Write
Preview
Loading…
Cancel
Save