mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 12:14:10 -04:00
docs: fix recent updates
This commit is contained in:
@@ -178,7 +178,7 @@ export default {
|
||||
const numPRs = 9;
|
||||
for (var i = 0; i < numPRs; i++) {
|
||||
var pr = data.items[i];
|
||||
if (pr.body.length == 0) {
|
||||
if (pr,body == null || pr.body.length == 0) {
|
||||
pr.body = "No Description";
|
||||
}
|
||||
pr.body = this.truncateString(pr.body, 250);
|
||||
|
||||
Reference in New Issue
Block a user