Target tracking location, BoundHeader, WorkItem page done.
This commit is contained in:
@@ -44,7 +44,6 @@ class APIError extends Error {
|
||||
class API extends EventEmitter {
|
||||
constructor() {
|
||||
super()
|
||||
// We don't know if the user has a valid token yet so assume they do and clean-up if they don't
|
||||
this.user = { pending: true }
|
||||
|
||||
AsyncStorage.getItem(authTokenName).then((token) => {
|
||||
|
||||
Reference in New Issue
Block a user