Skip to content

Commit

Permalink
fix: curseforge api update
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 30, 2019
1 parent 9bfc62b commit 37b48d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/windows/main/CurseforgeViewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<v-progress-circular indeterminate :size="100" />
</v-layout>
</v-container>
<v-flex v-for="proj in projects" :key="proj.id" d-flex xs12>
<v-flex v-for="proj in projects" :key="proj.name" d-flex xs12>
<v-card v-ripple hover exact replace :to="`/curseforge/${type}/${proj.name}`">
<v-layout fill-height align-center justify-center>
<v-flex shrink>
Expand Down

0 comments on commit 37b48d9

Please sign in to comment.