Update TokenDataContext.js

This commit is contained in:
Mitchell McCaffrey 2021-01-24 09:21:22 +11:00
parent 6d548e6fff
commit ae32068ccb

View File

@ -113,7 +113,7 @@ export function TokenDataProvider({ children }) {
const { file, ...rest } = token;
logError(`Unable to save token ${JSON.stringify(rest)}`);
} else {
logError(`Unable to save token ${token}`);
logError(`Unable to save token ${JSON.stringify(token)}`);
}
}
setTokens((prevTokens) => {