docs: fix recent updates

This commit is contained in:
Tyler Wilding
2021-08-10 20:52:41 -04:00
parent 11efc31e5c
commit 412998a2c4
+1 -1
View File
@@ -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);