Skip to content

Commit

Permalink
fix: Inter IIT Data merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthGupta2510 committed Sep 26, 2023
1 parent 14c35c7 commit 217f168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/results/Interiit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { useState } from "react";
import "./interiit.css";
import InterIITdata from "./InterIITdata";

const years = ["2016-17","2017-18","2018-19","2019-20","2020-21","2021-22"];
const years = ["2016-17","2017-18","2018-19","2019-20","2020-21","2021-22", "2022-23"];

export default function InterIIT() {
const [currentTab, setCurrentTab] = useState("Sports");
const [currentYear, setCurrentYear] = useState("2021-22");
const [currentYear, setCurrentYear] = useState("2022-23");

const handleTabChange = (s) => {
setCurrentTab(s);
Expand Down

0 comments on commit 217f168

Please sign in to comment.