Skip to content

Commit

Permalink
feat: Hide school calendar temporaily
Browse files Browse the repository at this point in the history
  • Loading branch information
84634E1A607A committed Sep 13, 2024
1 parent d5029b1 commit fc1bac4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/thu-info-app/src/components/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import {NetworkScreen} from "../ui/home/network";
import {NetworkDetailScreen as NetworkDetailScreen} from "../ui/home/networkDetail";
import {NetworkOnlineDevicesScreen as NetworkOnlineDevicesScreen} from "../ui/home/networkOnlineDevices";
import {PeekScoreScreen} from "../ui/home/peekScore";
import {SchoolCalendar} from "../ui/home/schoolCalendar";
// import {SchoolCalendar} from "../ui/home/schoolCalendar";
import {CampusCardScreen} from "../ui/home/campusCard";
import {TwoFactorAuthScreen} from "../ui/settings/twoFactorAuth.tsx";

Expand Down Expand Up @@ -770,11 +770,11 @@ export const Root = () => {
component={NetworkOnlineDevicesScreen}
options={{title: getStr("onlineDevices")}}
/>
<Stack.Screen
name="SchoolCalendar"
component={SchoolCalendar}
options={{title: getStr("schoolCalendar")}}
/>
{/*<Stack.Screen*/}
{/* name="SchoolCalendar"*/}
{/* component={SchoolCalendar}*/}
{/* options={{title: getStr("schoolCalendar")}}*/}
{/*/>*/}
{/* News */}
<Stack.Screen
name="NewsDetail"
Expand Down

0 comments on commit fc1bac4

Please sign in to comment.