Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit a345703

Browse files
committed
多余的逗号
1 parent 5cbea1a commit a345703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/reducers/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const defaultState = {
1919
saveExtension: true,
2020
saveOptionalExtension: false,
2121
stageX: 480,
22-
stageY: 360,
22+
stageY: 360
2323
};
2424

2525
const initialState = JSON.parse(localStorage.getItem('settings')) || {};

0 commit comments

Comments
 (0)