chore: Enable eslint to enforce curly (#3060)
This commit is contained in:
@@ -21,7 +21,9 @@ export default class Folding extends Extension {
|
||||
return {};
|
||||
},
|
||||
appendTransaction: (transactions, oldState, newState) => {
|
||||
if (loaded) return;
|
||||
if (loaded) {
|
||||
return;
|
||||
}
|
||||
if (
|
||||
!transactions.some((transaction) => transaction.getMeta("folding"))
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user