mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 16:38:38 +00:00
lint
This commit is contained in:
@@ -297,7 +297,7 @@ const CodeEditor = forwardRef(
|
||||
if(!folds?.length) return;
|
||||
|
||||
view.dispatch({
|
||||
effects: folds.map(f => foldEffect.of(f))
|
||||
effects : folds.map((f)=>foldEffect.of(f))
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user