Skip to content

Commit

Permalink
feat: adjusted to mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Sep 1, 2023
1 parent 3253dd4 commit b09a92e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/components/configuration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export function Configuration() {
const hasFilterIndex = currentStages.filters?.findIndex(
(s) => s.type == stage.type
);
console.log(hasFilterIndex)

if (hasFilterIndex != undefined && hasFilterIndex != -1) {
currentStages.filters[hasFilterIndex] = stage;
Expand Down

0 comments on commit b09a92e

Please sign in to comment.