Skip to content

Commit

Permalink
fix: Drops on Base show AHP drops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Aug 16, 2024
1 parent 800fcce commit f840eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/drops/Drops.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const { $i18n } = useNuxtApp()
const { urlPrefix } = usePrefix()
const { drops, loaded, count } = useDrops({
active: [true],
chain: !isProduction ? [urlPrefix.value] : [],
chain: [urlPrefix.value],
limit: 100,
}, { async: true })
Expand Down

0 comments on commit f840eb0

Please sign in to comment.