Commit 1df685f3 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: default to buy now disabled (#5140)

parent 02aeb43e
......@@ -74,7 +74,7 @@ export const initialCollectionFilterState: State = {
traits: [],
markets: [],
marketCount: {},
buyNow: true,
buyNow: false,
search: '',
sortBy: SortBy.LowToHigh,
showFullTraitName: { shouldShow: false, trait_value: '', trait_type: '' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment