Skip to content

Commit

Permalink
Merge pull request #182 from VasylievYurii/fixingBugs2
Browse files Browse the repository at this point in the history
blood not null
  • Loading branch information
VasylievYurii authored Nov 22, 2023
2 parents 0732b0f + 0a593c6 commit bbd1777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/userProfile/userProfileSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {

const initialState = {
profile: {
blood: null,
blood: 0,
},
isLoading: false,
error: null,
Expand Down

0 comments on commit bbd1777

Please sign in to comment.