From 0a593c6a2845ad14ca05cbc817051594f1443d0c Mon Sep 17 00:00:00 2001 From: VasylievYurii Date: Wed, 22 Nov 2023 15:49:30 +0200 Subject: [PATCH] blood not null --- src/redux/userProfile/userProfileSlice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/userProfile/userProfileSlice.js b/src/redux/userProfile/userProfileSlice.js index 35e4f5f..89ff6cc 100644 --- a/src/redux/userProfile/userProfileSlice.js +++ b/src/redux/userProfile/userProfileSlice.js @@ -7,7 +7,7 @@ import { const initialState = { profile: { - blood: null, + blood: 0, }, isLoading: false, error: null,