remove parser

This commit is contained in:
cristhianzl 2024-05-02 18:54:01 -03:00
commit 9cd3925233
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,7 @@ repos:
- eslint-config-prettier
- prettier
- eslint-plugin-react@latest
- typescript-eslint
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.2

View file

@ -30,7 +30,6 @@ export default function ComponentsComponent({
const [pageIndex, setPageIndex] = useState(1);
const navigate = useNavigate();
const all: FlowType[] = flows
.filter((f) => (f.is_component ?? false) === is_component)
.sort((a, b) => {