banner added to family corner task

This commit was merged in pull request #270.
This commit is contained in:
victorAnumudu
2023-07-07 20:19:44 +01:00
parent a2148aaf3e
commit c1a8fb6cf4
3 changed files with 10 additions and 7 deletions
@@ -54,7 +54,6 @@ export default function OffersInterestTable({offerInterestList, className}) {
</thead>
<tbody className="h-full">
{currentOfferInterestList?.map((item, index) => {
console.log('TESTING',item)
let image = item.banner ? item.banner : 'default.jpg'
return (
<tr key={index} className="bg-white dark:bg-dark-white border-b dark:border-[#5356fb29] hover:bg-gray-50">