Fix descriptions not showing for some mod pages (#228)

This commit is contained in:
Geometrically
2021-05-26 13:45:21 -07:00
committed by GitHub
parent 52e018989d
commit b224f1d78d

View File

@@ -437,6 +437,10 @@ export default {
? members.find((x) => x.user_id === data.$auth.user.id)
: null
if (mod.body_url && !mod.body) {
mod.body = (await axios.get(mod.body_url)).data
}
return {
mod,
versions,