Skip to content

Commit

Permalink
Merge pull request #384 from Aar-if/seventy
Browse files Browse the repository at this point in the history
Issue #0000 feat: Course planner bug fixes
  • Loading branch information
itsvick authored Dec 2, 2024
2 parents 82513b5 + cab6bc1 commit 049f6b5
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 76 deletions.
2 changes: 2 additions & 0 deletions src/pages/stateDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const StateDetails = () => {
const [boards, setBoards] = useState<any>([]);

useEffect(() => {
const stateValue = Array.isArray(state) ? state.join(",") : state || "";
localStorage.setItem("selectedState", stateValue);
const fetchBoards = () => {
let boardsData = [];
if (
Expand Down
Loading

0 comments on commit 049f6b5

Please sign in to comment.