icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
56 stars 70 forks source link

fix: correct the index of Added in TabStore #978

Closed KevinWu098 closed 5 months ago

KevinWu098 commented 5 months ago

Summary

  1. 921 changed how tabs were ordered (Calendar is now index 0), so Added went from index 1 -> 2

  2. This PR corrects TabStore's Added Tab index

Test Plan

  1. On both mobile and desktop views, the Added pane should not display GPA column. The Search pane should.

Issues

Closes #