Skip to content

Commit df4aa0c

Browse files
add note
1 parent 1fb9171 commit df4aa0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ function setStateProps(index, state) {
147147
}
148148

149149
// function to reset values beyond current fieldset
150+
// [T] this could potentially do with a refactor
150151
function clearStepsAfter(fieldsets, state) {
151152
fieldsets.forEach((element, index) => {
152153
if (index > state.props.cursor) {

0 commit comments

Comments
 (0)