Skip to content

Commit

Permalink
🚚 rename chain-rmrk2 to chain-ksm in components/carousel/utils/useCar…
Browse files Browse the repository at this point in the history
…ousel.ts
  • Loading branch information
vikiival committed Apr 11, 2023
1 parent 23bc3fc commit 46cd9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/carousel/utils/useCarousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const useCarouselRelated = ({ collectionId }) => {
const { urlPrefix } = usePrefix()
const { data } = useGraphql({
queryName: 'collectionEntityById',
queryPrefix: urlPrefix.value === 'ksm' ? 'chain-rmrk2' : 'subsquid',
queryPrefix: urlPrefix.value === 'ksm' ? 'chain-ksm' : 'subsquid',
variables: {
id: collectionId,
nftId: $route.params.id,
Expand Down

0 comments on commit 46cd9dc

Please sign in to comment.