diff options
author | mat <github@matdoes.dev> | 2022-05-18 17:59:23 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-18 17:59:23 +0000 |
commit | aeebc84c5bbecb29707e4ace0ce515cdde0bb27b (patch) | |
tree | 03a7bb4388896058592e1e4ff8a59a48ee1850b5 /src/lib/AuctionPriceScatterplot.svelte | |
parent | f1c9ccfa043210d8fffdb7a992241177e37a73d6 (diff) | |
download | skyblock-stats-aeebc84c5bbecb29707e4ace0ce515cdde0bb27b.tar.gz skyblock-stats-aeebc84c5bbecb29707e4ace0ce515cdde0bb27b.tar.bz2 skyblock-stats-aeebc84c5bbecb29707e4ace0ce515cdde0bb27b.zip |
fix item names with formatting codes
Diffstat (limited to 'src/lib/AuctionPriceScatterplot.svelte')
-rw-r--r-- | src/lib/AuctionPriceScatterplot.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/AuctionPriceScatterplot.svelte b/src/lib/AuctionPriceScatterplot.svelte index 35ef103..3b89149 100644 --- a/src/lib/AuctionPriceScatterplot.svelte +++ b/src/lib/AuctionPriceScatterplot.svelte @@ -114,7 +114,6 @@ class:selected-auction={currentlyPreviewedAuction?.auction?.id === auction?.id} /> {/each} - <!-- {item.auctions} --> </svg> {/if} |