Skip to content

Commit a5f97bf

Browse files
fix: incorrect var name fix.
1 parent 1bdd9d4 commit a5f97bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/create/pso/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function ConfigurePSO() {
7070
alert("Dimensions must be greater than 0!!");
7171
return false;
7272
}
73-
if (minPosition >= maxPosition) {
73+
if (minPos >= maxPos) {
7474
alert("Min position must be less than max position!!");
7575
return false;
7676
}

0 commit comments

Comments
 (0)