This commit is contained in:
Philipp Kühn 2020-11-16 10:23:57 +01:00
parent 0fdfe33820
commit 9c411f4830

View File

@ -76,7 +76,7 @@ export default {
previousPage() {
let previousIndex = this.currentIndex - 1
while (this.flattenedItems[previousIndex].redirect) {
while (this.flattenedItems[previousIndex]?.redirect) {
previousIndex -= 1
}