Update TokenDataContext.js
This commit is contained in:
parent
6d548e6fff
commit
ae32068ccb
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user