Commit fe5c274c by tungnq

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

parent 5f0f422c
......@@ -133,7 +133,6 @@ const ListStudentView = props => {
<View style={styles.body}>
{renderSearchBox()}
{renderListStatus()}
<View>
<FlatList
data={filter || []}
renderItem={renderStudentItem}
......@@ -141,7 +140,6 @@ const ListStudentView = props => {
keyExtractor={(item, index) => `${index}`}
showsVerticalScrollIndicator={false}
/>
</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