Skip to content

Commit

Permalink
Bids notification
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-ayan committed Apr 29, 2022
1 parent 5b1bb40 commit 5c3fad3
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 198 deletions.
3 changes: 2 additions & 1 deletion src/category/Fashion/Fashion.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default function Fashion({navigation}) {
item => item === user?.USER_ID,
);
const filterStaredData = item?.staredUsers?.includes(user?.USER_ID);
console.log(item?.LIKE)

return (
<View key={ind} style={styles.main_view_map}>
Expand Down Expand Up @@ -202,7 +203,7 @@ export default function Fashion({navigation}) {
) : (
<Text style={styles.Versand}>
Versand moglich{' '}
{item.LIKE.length === 0 ? '' : LIKE.length}
{/* {item.LIKE.length === 0 ? '' : LIKE.length} */}
</Text>
)}

Expand Down
Loading

0 comments on commit 5c3fad3

Please sign in to comment.