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)
|
? members.find((x) => x.user_id === data.$auth.user.id)
|
||||||
: null
|
: null
|
||||||
|
|
||||||
|
if (mod.body_url && !mod.body) {
|
||||||
|
mod.body = (await axios.get(mod.body_url)).data
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
mod,
|
mod,
|
||||||
versions,
|
versions,
|
||||||
|
|||||||
Reference in New Issue
Block a user