Commit b455960d by tungnq

FIX

parent a103d024
......@@ -61,7 +61,7 @@ function MyStack(props) {
<Stack.Screen name={ScreenName.LISTMAKEUPCLASSES} component={CompensateView}/>
<Stack.Screen name={ScreenName.MAKEUPSCHEDULELISTBYCOURSE} component={DetailCompensateView}/>
<Stack.Screen name={ScreenName.REGISTERMAKEUP} component={CompensateRegisterView}/>
<Stack.Screen name={ScreenName.FILTERMONTH} component={DrawerNavigationView}/>
<Stack.Screen name={ScreenName.DRAWERTABSCHEDULE} component={DrawerNavigationView}/>
<Stack.Screen name={ScreenName.DETAILSCHEDULE} component={DetailClassSchedule}/>
<Stack.Screen name={ScreenName.INCOMINGDOCUMENT} component={IncomingDocument}/>
<Stack.Screen name={ScreenName.DETAILINCOMINGDOCUMENT} component={DetailIncomingDocument}/>
......
......@@ -18,7 +18,7 @@ const Home = props => {
id: 1,
title: 'Lịch dạy, coi thi',
icon: R.images.icLichDay,
screenName: SCREENNAME.FILTERMONTH,
screenName: SCREENNAME.DRAWERTABSCHEDULE,
action: 'NAVIGATE',
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment