Skip to content

Commit

Permalink
fix: DAH-2738 hide listing details apply in mobile (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallulahkay authored Jan 8, 2025
1 parent c57c407 commit 0530d21
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/javascript/pages/listings/listing-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ const ListingDetail = () => {
</Mobile>
)}
{isFcfsSalesListing(listing) && <Mobile>{fcfsNoLotteryRequired()}</Mobile>}
<Mobile>
<ListingDetailsApply listing={listing} />
</Mobile>
{listing.Accepting_Online_Applications && (
<Mobile>
<ListingDetailsApply listing={listing} />
</Mobile>
)}
{isApplicationOpen && (
<Mobile>
<div className="border-b border-t m-0">
Expand Down

0 comments on commit 0530d21

Please sign in to comment.