Commit fd33b466 by tungnq

TODO: Đã fix giao diện danh sách thông báo khỏi bị list notification

parent b1f24e3d
......@@ -43,7 +43,6 @@ const styles = StyleSheet.create({
borderWidth:1,
borderRadius:100,
marginHorizontal:15,
marginBottom:15,
backgroundColor:R.colors.white,
flexDirection:'row',
maxHeight:41,
......@@ -65,6 +64,7 @@ const styles = StyleSheet.create({
},
//List Notification
containerListNotification:{
paddingVertical:15,
},
cardItem:{
paddingVertical:5,
......
......@@ -166,7 +166,6 @@ const NotificationView = props => {
{renderListTabView()}
<View style={styles.containerBody}>
{(dataNotifi[activeTab] && dataNotifi[activeTab].length > 0) && renderSearchBox()}
{dataNotifi[activeTab].length === 0 ? renderItemEmpty(): renderListNotification()}
</View>
<View style={styles.containerFooter}>
......
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