chore: lint

This commit is contained in:
Martin Guillon
2021-04-20 12:11:15 +02:00
parent 0d34ab7f3b
commit 4019f001d3

View File

@ -450,7 +450,7 @@ export class Frame extends FrameBase {
if (clearHistory || isReplace) {
transaction.replace(this.containerViewId, newFragment, newFragmentTag);
} else {
} else {
transaction.add(this.containerViewId, newFragment, newFragmentTag);
}
if (this._currentEntry && this._currentEntry.entry.backstackVisible === false) {