diff --git a/.gitignore b/.gitignore index 16916cf..50cc045 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ dist # VS Code settings .vscode/ + +# Webstorm setttings +.idea/ diff --git a/config/dev.js b/config/dev.js index c0320e9..00153e8 100644 --- a/config/dev.js +++ b/config/dev.js @@ -9,6 +9,7 @@ module.exports = { }, API: { V3: "https://api.topcoder-dev.com/v3", + V5: "https://api.topcoder-dev.com/v5", }, REAUTH_OFFSET: 55, // seconds }; diff --git a/src/components/AllAppsMenu/index.jsx b/src/components/AllAppsMenu/index.jsx index 4a2cf1a..a1617f2 100644 --- a/src/components/AllAppsMenu/index.jsx +++ b/src/components/AllAppsMenu/index.jsx @@ -51,41 +51,43 @@ const AllAppsMenu = () => {
SWITCH TOOLS
diff --git a/src/components/UserMenu/index.jsx b/src/components/UserMenu/index.jsx index 8a0f443..bc18311 100644 --- a/src/components/UserMenu/index.jsx +++ b/src/components/UserMenu/index.jsx @@ -62,6 +62,9 @@ const UserMenu = ({ profile }) => {