Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf committed May 9, 2024
1 parent 6001d1c commit 749fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/regions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Dashboard = () => {
if (!selectedRegion) return false;
if (selectedRegion.location === RegionLocation.CORETIME_CHAIN) {
// regions on the coretime chain cannot be listed on sale. They first have to be
// transferred to the contracts chain.
// transferred to the RegionX chain.
return action === 'sell' || action === 'unlist';
} else if (selectedRegion.location === RegionLocation.REGIONX_CHAIN) {
// XcRegions can only be transferred and listed on sale.
Expand Down

0 comments on commit 749fb79

Please sign in to comment.