Skip to content

Commit

Permalink
conference day 1 schedule selected by default (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu-247 authored Sep 29, 2023
1 parent b891fe8 commit 927dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getTrackRoom = (num) => {
};

const ConferenceSchedule = () => {
const [selectedTab, setSelectedTab] = useState(0);
const [selectedTab, setSelectedTab] = useState(1);

const handleTabClick = (index) => {
setSelectedTab(index);
Expand Down

0 comments on commit 927dbdd

Please sign in to comment.