Skip to content

Commit f929412

Browse files
authored
Merge pull request #3972 from lnxbusdrvr/patch-4
Update osa6c.md
2 parents 47cc47f + cce0136 commit f929412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/fi/osa6c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Monen actionin dispatchaaminen vaikuttaa hieman epäkäytännölliseltä. Lisät
153153

154154
const noteSlice = createSlice({
155155
name: 'notes',
156-
initialState,
156+
initialState: [],
157157
reducers: {
158158
createNote(state, action) {
159159
const content = action.payload

0 commit comments

Comments
 (0)