Skip to content

Commit

Permalink
conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamperoyge committed May 14, 2024
2 parents 30e184d + 695bbfd commit d882834
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,9 @@ const StartReferralQuests = ({ referralCampaign, referralCode, referralCampaignE
<Typography fontFamily="Poppins" fontSize="13px" color="black" fontWeight={500}>
Earn rewards for completing these quests!
</Typography>
{!hasEnded && (
<Grid container alignItems="center" gap="14px" flex="1" justifyContent="center">
{rewardsValue.map(Reward)}
</Grid>
)}
<Grid container alignItems="center" gap="14px" flex="1" justifyContent="center">
{rewardsValue.map(Reward)}
</Grid>
</Box>
) : null}
{/* //TODO: REPLACE THIS WITH NEWEST CARD */}
Expand Down

0 comments on commit d882834

Please sign in to comment.