Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8f4e5f

Browse files
Update libs/state/selections/docs/Readme.md
Co-authored-by: push-based-bot <[email protected]>
1 parent 7d474c5 commit d8f4e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/state/selections/docs/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export class ProblemComponent {
258258
// ✔ GOOD: Derive view model from model 👇
259259
viewModel$ = smosh({
260260
title: this.state.select('title'),
261-
...this.sortedSlice$
261+
[this.sortedSlice$]
262262
});
263263

264264

0 commit comments

Comments
 (0)