Skip to content

Commit

Permalink
🚚 rename rmrk2 to ksm in components/gallery/GalleryItemDescription.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent fdb7b6b commit 7a20d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gallery/GalleryItemDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const activeTab = ref('0')
const properties = computed(() => {
// we have different format between rmrk2 and the other chains
if (urlPrefix.value === 'rmrk2') {
if (urlPrefix.value === 'ksm') {
return Object.entries(nftMetadata.value?.properties || {}).map(
([key, value]) => {
return {
Expand Down

0 comments on commit 7a20d6d

Please sign in to comment.