From ae32068ccb272cb4ab4451109c5433538ab25f32 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 24 Jan 2021 09:21:22 +1100 Subject: [PATCH] Update TokenDataContext.js --- src/contexts/TokenDataContext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/TokenDataContext.js b/src/contexts/TokenDataContext.js index 9617e0c..2b5641d 100644 --- a/src/contexts/TokenDataContext.js +++ b/src/contexts/TokenDataContext.js @@ -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) => {