Skip to content

Commit be1788c

Browse files
committed
style: remove whitespace
1 parent 75461cd commit be1788c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/decap-cms-core/src/components/Editor/EditorPreviewPane/EditorPreviewPane.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class PreviewPane extends React.Component {
228228

229229
if (typeof slugToLoad === 'undefined') {
230230
const entries = await getAllEntries(state, selectedCollection);
231-
231+
232232
return entries.map(({ data, slug, path }) => Map({ data, slug, path }));
233233
}
234234

0 commit comments

Comments
 (0)