1. 23 Sep, 2020 2 commits
    • Scott Hampton's avatar
      Handle errors when fetching projects · 7736ce72
      Scott Hampton authored
      Add error handling to the apollo queries. Add
      specs for testing that the error handling works.
      7736ce72
    • Scott Hampton's avatar
      Remove redundant if statement · 331f903b
      Scott Hampton authored
      Removed an if statement that was already
      being called on the element itself.
      
      Also made sure the groupProjects query was
      only being called one time.
      
      Also did a small refactor to the
      createComponent function arguments.
      331f903b
  2. 22 Sep, 2020 38 commits