fix: comments
This commit is contained in:
parent
b1d578c329
commit
f61c32c16a
@ -123,7 +123,7 @@ export const profileRouteLoader =
|
||||
)
|
||||
}
|
||||
|
||||
// Check the profile event result
|
||||
// Check the mutelist event result
|
||||
const muteListResult = settled[1]
|
||||
if (muteListResult.status === 'fulfilled' && muteListResult.value) {
|
||||
result.muteLists = muteListResult.value
|
||||
@ -139,7 +139,7 @@ export const profileRouteLoader =
|
||||
)
|
||||
}
|
||||
|
||||
// Check the profile event result
|
||||
// Check the nsfwlist event result
|
||||
const nsfwListResult = settled[2]
|
||||
if (nsfwListResult.status === 'fulfilled' && nsfwListResult.value) {
|
||||
result.nsfwList = nsfwListResult.value
|
||||
@ -152,7 +152,7 @@ export const profileRouteLoader =
|
||||
)
|
||||
}
|
||||
|
||||
// Check the profile event result
|
||||
// Check the repostlist event result
|
||||
const repostListResult = settled[3]
|
||||
if (repostListResult.status === 'fulfilled' && repostListResult.value) {
|
||||
result.repostList = repostListResult.value
|
||||
|
Loading…
x
Reference in New Issue
Block a user