Skip to content

Commit

Permalink
fix(button): name button register instead of buy
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 9, 2025
1 parent 233f680 commit fde8608
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/data-display/tables/ReturnedNamesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const ReturnedNamesTable = ({
leasePrice: -1,
permabuy: -1,
returnType:
initiator === arioProcessId ? 'Lease expiry' : 'Permanent Return',
initiator === arioProcessId ? 'Lease Expiry' : 'Permanent Return',

action: <></>,
// metadata used for search and other purposes
Expand Down Expand Up @@ -232,8 +232,6 @@ const ReturnedNamesTable = ({
header:
key == 'action' || key == 'openRow'
? ''
: key == 'closingDate'
? 'Closing Date'
: key == 'leasePrice'
? 'Price for 1 Year'
: camelToReadable(key),
Expand Down Expand Up @@ -352,7 +350,7 @@ const ReturnedNamesTable = ({
);
}}
>
Buy
Register
</button>
</span>
</div>
Expand Down

0 comments on commit fde8608

Please sign in to comment.