Browse Source

That's why I should always test two-line fixes...

master 1.5.1
Gisle Aune 5 years ago
parent
commit
1583eb412e
  1. 2
      marko/page/logs-content/components/log-suggestions/component.js

2
marko/page/logs-content/components/log-suggestions/component.js

@ -24,7 +24,7 @@ module.exports = class {
const characterIds = log.characters.map(c => c.id);
const nexts = []
const prevs = []
const foundGroups = {}
let foundGroups = {}
let foundChannel = false
for (let i = index - 1; i >= 0; --i) {

Loading…
Cancel
Save