Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/linting problems #122

Merged
merged 14 commits into from
Oct 12, 2024
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
yarn build

- name: Linter
continue-on-error: true # For now
continue-on-error: false
run: |
yarn lint

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/map/MapController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import useMapStore from "@/store/store";

export interface MapConrollerProps {
path: string;
};
}

const MapConroller = ({path}: MapConrollerProps) => {
const navigate = useNavigate({ from: path });
Expand Down
56 changes: 0 additions & 56 deletions frontend/src/components/ui/button.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions frontend/src/components/ui/calendar.tsx

This file was deleted.

Loading