Skip to content

Commit

Permalink
🚚 new minimark in components/collection/activity/events/Events.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 12, 2023
1 parent bc29d2a commit 278b991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collection/activity/events/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<script setup lang="ts">
import EventRow from './EventRow.vue'
import { useIntersectionObserver } from '@vueuse/core'
import { Interaction } from '@kodadot1/minimark'
import { Interaction } from '@kodadot1/minimark/v1'
import { isAnyActivityFilterActive } from '../utils'
import { useResizeObserver } from '@vueuse/core'
import { mintInteraction } from '@/composables/collectionActivity/helpers'
Expand Down

0 comments on commit 278b991

Please sign in to comment.