Skip to content

Commit

Permalink
Merge pull request #10839 from Jarsen136/issue-10831
Browse files Browse the repository at this point in the history
fix: Drops on Base show AHP drops
  • Loading branch information
vikiival authored Aug 16, 2024
2 parents 04a5656 + f840eb0 commit 702b85a
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 702b85a

Please sign in to comment.