Skip to content

Commit

Permalink
feat: set default tab on mobile to search tab
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jan 29, 2024
1 parent e5c42c5 commit 14730f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/components/MobileHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const mobileContext = createContext<MobileContext>({
});

const MobileHome = () => {
const [selectedTab, setSelectedTab] = useState(0);
const [selectedTab, setSelectedTab] = useState(1);
const params = useParams();

useEffect(() => {
Expand Down

0 comments on commit 14730f0

Please sign in to comment.