riding speed slider

This commit is contained in:
muerwre 2019-02-06 18:09:29 +07:00
parent 3e16ad4e37
commit c3ed100105
7 changed files with 91 additions and 19 deletions

View file

@ -11,7 +11,7 @@ import { locationChanged } from '$redux/user/actions';
const userPersistConfig = {
key: 'user',
whitelist: ['user', 'logo', 'provider'],
whitelist: ['user', 'logo', 'provider', 'speed'],
storage,
};