Commit fe5c274c by tungnq

TODO: Fix giao diện danh sách sinh viên

parent 5f0f422c
...@@ -133,7 +133,6 @@ const ListStudentView = props => { ...@@ -133,7 +133,6 @@ const ListStudentView = props => {
<View style={styles.body}> <View style={styles.body}>
{renderSearchBox()} {renderSearchBox()}
{renderListStatus()} {renderListStatus()}
<View>
<FlatList <FlatList
data={filter || []} data={filter || []}
renderItem={renderStudentItem} renderItem={renderStudentItem}
...@@ -143,7 +142,6 @@ const ListStudentView = props => { ...@@ -143,7 +142,6 @@ const ListStudentView = props => {
/> />
</View> </View>
</View> </View>
</View>
); );
}; };
......
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