Skip to content

Commit

Permalink
fix show item info on new trade offer
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Mar 1, 2024
1 parent 3c484dd commit f9e588a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,6 @@ const tradeOfferItemsInfo: Feature = async ({

featureManager.add(tradeOfferItemsInfo, {
name: "trade-offer-items-info",
matchPathname: /^\/tradeoffer\/\d+\//,
matchPathname: /^\/tradeoffer\/(?:new|\d+)\/$/,
useBridge: true,
});

0 comments on commit f9e588a

Please sign in to comment.