Skip to content

Commit

Permalink
Update mods (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ya7on authored Jun 9, 2021
1 parent e175c94 commit 014f7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ServerItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="field">
<div class="content">
<dl>
<li v-for="mod in server.mods" :key="mod.id">{{ mod.name }}</li>
<li v-for="mod in server.mods" :key="mod.id">{{ mod.mod.name }} v{{ mod.name }}</li>
</dl>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ServerModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
>
<label class="checkbox">
<input type="checkbox" :value="mod.id" v-model="form.mods">
{{ mod.name }}
{{ mod.mod.name }} v{{ mod.name }}
</label>
</li>
</ul>
Expand Down

0 comments on commit 014f7fb

Please sign in to comment.