landing page - GenusDev/genie-portal GitHub Wiki

  • Landing Page
    For now the landing page/component will render the d3 visualization being used as the placeholder site.

Upon successful login, the dashboard will render both the Token Dashboard and Project Dashboard components composed of the user’s data.

When the user logs in, logs out, and relogs back in, the data is parsed twice. Parsing the time causing the second instance to result in “null.” A conditional was set to check if it’s a string the first time and not a date object the second time solve this.

⚠️ **GitHub.com Fallback** ⚠️