Skip to content

Commit 6a9dde5

Browse files
feat(pencil): fix with yarn lint:fix
1 parent 75218e4 commit 6a9dde5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stories/useStateList.story.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import ShowDocs from './util/ShowDocs';
77
const stateSet = ['first', 'second', 'third', 'fourth', 'fifth'];
88

99
const Demo = () => {
10-
const { state, prev, next, setStateAt, setState, currentIndex, isFirst, isLast } = useStateList(stateSet);
10+
const { state, prev, next, setStateAt, setState, currentIndex, isFirst, isLast } =
11+
useStateList(stateSet);
1112
const indexInput = useRef<HTMLInputElement>(null);
1213
const stateInput = useRef<HTMLInputElement>(null);
1314

0 commit comments

Comments
 (0)