Skip to content

Commit

Permalink
don't auto-format auction detail properties to not show some things w…
Browse files Browse the repository at this point in the history
…rong (like player names)
  • Loading branch information
matthias-luger committed May 5, 2024
1 parent 886b2be commit 2972c90
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 @@ -241,7 +241,7 @@ function AuctionDetails(props: Props) {
}

if (value?.toString().includes('§')) {
return getMinecraftColorCodedElement(value)
return getMinecraftColorCodedElement(value, false)
}

return value.toString()
Expand Down

0 comments on commit 2972c90

Please sign in to comment.