Preserve pull requests which were cherry-picked without a PR

This commit is contained in:
Yuri Sizov
2023-03-24 22:08:47 +01:00
parent f53c88beea
commit 4f7df863bb

View File

@@ -166,7 +166,7 @@ export default class ChangesList extends LitElement {
}
_appendPull(pull, originalPull) {
if (!pull || !originalPull) {
if (!pull && !originalPull) {
return;
}