You've already forked AstralRinth
forked from didirus/AstralRinth
Fix descriptions not showing for some mod pages (#228)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user