Commit 9bf79b21 by tungnq

TODO: Chỉnh sửa giao diện

parent 620db930
......@@ -310,7 +310,6 @@ const ListWork = props => {
}
// WORK_PROGRESS.ALL_WORK_PROGRESS không cần filter
console.log('Dữ liệu sau khi lọc:', base);
return base;
}, [dataList, currentTabKey, searchQuery, currentDropDownKey]);
......
......@@ -174,6 +174,7 @@ const ListWorkView = props => {
data={dataList}
renderItem={renderListView}
keyExtractor={item => item.id.toString()}
showsVerticalScrollIndicator={false}
/>
</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