Skip to content

Commit

Permalink
fix: show bid history correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Jul 18, 2024
1 parent 9ac1b19 commit 9869205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popup/pages/Names/AuctionHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export default defineComponent({
&:not(:first-of-type) {
border-top: 1px solid rgba($color-primary, 0.44);
display: flex;
justify-content: space-between;
}
.account-item {
Expand Down

0 comments on commit 9869205

Please sign in to comment.