Skip to content

Commit

Permalink
Merge pull request #14897 from artsy/review-app-client-side-collector…
Browse files Browse the repository at this point in the history
…-signals

feat: load limited-time offer signals on the client side
  • Loading branch information
starsirius authored Jan 2, 2025
2 parents e58b251 + 46fc278 commit 4115d48
Show file tree
Hide file tree
Showing 159 changed files with 1,834 additions and 661 deletions.
3 changes: 1 addition & 2 deletions src/Components/Artwork/Details/BidTimerLine.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Text } from "@artsy/palette"
import { EmptyLine } from "Components/Artwork/Details/Details"
import { useArtworkGridContext } from "Components/ArtworkGrid/ArtworkGridContext"
import { useAuctionWebsocket } from "Utils/Hooks/useAuctionWebsocket"
import { useTimer } from "Utils/Hooks/useTimer"
Expand Down Expand Up @@ -64,7 +63,7 @@ export const BidTimerLine: React.FC<
}

if (!lotClosesAt || numDays > 5 || hasBiddingEnded) {
return <EmptyLine />
return null
}

const renderLotCloseTime = [
Expand Down
Loading

0 comments on commit 4115d48

Please sign in to comment.