Skip to content

feat: Filter improvements #1907

feat: Filter improvements

feat: Filter improvements #1907

Triggered via pull request October 20, 2023 22:32
Status Failure
Total duration 3m 48s
Artifacts

pull_request_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test: src/components/Category/CategoryList.tsx#L23
Type '{ type: "all_proposals"; href: string; active: boolean; }' is missing the following properties from type 'Props': icon, title
test: src/components/Category/CategoryList.tsx#L26
Type '{ key: string; type: ProposalType; href: string; active: boolean; }' is missing the following properties from type 'Props': icon, title
test: src/components/Projects/Current/BudgetBanner.tsx#L11
Module '"../../Category/CategoryOption"' has no exported member 'getCategoryIcon'. Did you mean to use 'import getCategoryIcon from "../../Category/CategoryOption"' instead?
test: src/components/Proposal/View/Budget/CategoryTotalCard.tsx#L8
Module '"../../../Category/CategoryOption"' has no exported member 'getCategoryIcon'. Did you mean to use 'import getCategoryIcon from "../../../Category/CategoryOption"' instead?
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/