AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

fix: deep-linked issues with bounties crash #1821

Closed topocount closed 4 years ago

topocount commented 4 years ago

If a deep-linked issue has a bounty, the app will crash since tokens often don't load until after all native app state has loaded. This fixes it by adding in checks for tokens and also sets some default properties for Tabs that prevent another crash during deep link resolution

Before

before 2019-12-20 17-10

After

After 2019-12-20 17-10