Skip to content

Commit

Permalink
Merge pull request #787 from AtlasOfLivingAustralia/feature/#658
Browse files Browse the repository at this point in the history
Feature/#658
  • Loading branch information
schoicsiro authored Oct 5, 2023
2 parents 9e5f5a6 + 3d334b2 commit 40f15f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ profileEditor.controller('CommentController', function (profileService, util, co
}
comment.children.push(data);
} else {
if (!Array.isArray(self.comments)) {
self.comments = [];
}
self.comments.push(data);
}

Expand Down

0 comments on commit 40f15f3

Please sign in to comment.