Added react icons. Additional work on Job tombstone page.
This commit is contained in:
@@ -72,7 +72,6 @@ class AppContainer extends Component {
|
||||
const token = localStorage.getItem("token");
|
||||
// return the headers to the context so httpLink can read them
|
||||
if (token) {
|
||||
console.log("checking if token should refresh.");
|
||||
if (shouldRefreshToken) {
|
||||
refreshToken();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user