Skip to content

Commit

Permalink
Update AuctionDetails.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkusisafk authored Jul 9, 2024
1 parent 5c31455 commit c707ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AuctionDetails/AuctionDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function AuctionDetails(props: Props) {
<ul className={styles.list}>
{auctionDetails?.enchantments.map(enchantment => {
if(enchantment.name === "Ultimate Reiterate"){
enchantment.name = "Duplex";
enchantment.name = "Ultimate Duplex";
}
let enchantmentString = <span>{enchantment.name}</span>

Expand Down

0 comments on commit c707ea3

Please sign in to comment.