- Booking not available if is in the past
- Delete record only if "Active Edit" is on - Image stretch width reduced. - Signin more dense
This commit is contained in:
@@ -112,6 +112,10 @@ namespace Getters {
|
||||
}, 'IsMyGroup')
|
||||
|
||||
const getUserByUserId = b.read((mystate: IUserState) => (userId): IUserState => {
|
||||
// Check if is this User!
|
||||
if (state.userId === userId)
|
||||
return state
|
||||
|
||||
return mystate.usersList.find((item) => item._id === userId)
|
||||
}, 'getUserByUserId')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user