- added login page;
- added file upload; - added faq item edit modal;
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { isEmpty } from 'ramda';
|
||||
|
||||
const selectors = (state, get, api) => ({
|
||||
getToken: () => {
|
||||
const userData = get.userData();
|
||||
return userData.access && !isEmpty(userData.access) ? userData.access : null;
|
||||
return get.token();
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user