Table updates for appointments. Initial appointments screen + fetching.
This commit is contained in:
@@ -40,7 +40,6 @@ export default connect(
|
||||
return console.log("Error encountered when changing languages.", err);
|
||||
});
|
||||
|
||||
console.log("currentUser", currentUser);
|
||||
if (currentUser.authorized === null) {
|
||||
//TODO: Translate this.
|
||||
return <LoadingSpinner message="Waiting for Current Auth to persist." />;
|
||||
|
||||
Reference in New Issue
Block a user