Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit ac80f1b

Browse files
committed
feat(collection&profile): lint files
1 parent 3348869 commit ac80f1b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

src/locales/en.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@
247247
"accept": "I confirm that I hold full copyright ownership of the submitted digital asset (or have sufficient permission by the owner to use the asset)"
248248
},
249249
"profile": {
250-
"user": "User",
250+
"user": "User",
251251
"created": "Created",
252252
"collected": "Collected",
253253
"sold": "Sold"
254254
},
255255
"spotlight": {
256-
"filter_accounts": "Accounts With Identity",
256+
"filter_accounts": "Accounts With Identity",
257257
"id": "Creator",
258258
"sold": "Sold",
259259
"unique": "Unique",
@@ -265,13 +265,13 @@
265265
"empty": "Empty"
266266
},
267267
"series": {
268-
"title": "Top Collection",
269-
"subtitle": "The top NFTs on RMRK, ranked by volume, floor price and other statistics.",
270-
"assets": "Assets",
271-
"collected": "Collected",
272-
"floorprice": "Floor price",
273-
"owners": "Owners",
274-
"volume": "Volume"
268+
"title": "Top Collection",
269+
"subtitle": "The top NFTs on RMRK, ranked by volume, floor price and other statistics.",
270+
"assets": "Assets",
271+
"collected": "Collected",
272+
"floorprice": "Floor price",
273+
"owners": "Owners",
274+
"volume": "Volume"
275275
},
276276
"tutorial": {
277277
"create": "1. Create polkadot js account",

src/views/Profile.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ const components = {
127127
Sharing: () => import('@/components/rmrk/Gallery/Item/Sharing.vue'),
128128
Identity: () => import('@/components/shared/format/Identity.vue'),
129129
Pagination: () => import('@/components/rmrk/Gallery/Pagination.vue'),
130-
// OnChainProperty: () => import('@/views/OnChainProperty.vue'),
131130
PaginatedCardList: () =>
132131
import('@/components/rmrk/Gallery/PaginatedCardList.vue'),
133132
DonationButton: () => import('@/components/transfer/DonationButton.vue'),

0 commit comments

Comments
 (0)