repositioned offer list display
This commit was merged in pull request #788.
This commit is contained in:
@@ -62,7 +62,7 @@ export default function FullAccountDash(props) {
|
||||
<div className="home-page-wrapper">
|
||||
{renderDashboard()}
|
||||
{process.env.REACT_APP_SHOW_ACCOUNT_DASH == "1" && (
|
||||
<AccountDashboard className="mb-4" bannerList={props.bannerList} />
|
||||
<AccountDashboard className="mb-4" bannerList={props.bannerList} offersList={props.offersList?.data} />
|
||||
)}
|
||||
|
||||
{props?.dashTypes !== "undefined" &&
|
||||
|
||||
Reference in New Issue
Block a user