Skip to content

Commit

Permalink
fix: checks
Browse files Browse the repository at this point in the history
  • Loading branch information
babeuh committed Feb 25, 2024
1 parent 2356e87 commit 89d1598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/modals/match_update_modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { SWRResponse } from 'swr';
import { useForm } from '@mantine/form';
import { MatchInterface } from '../../interfaces/match';
import { updateMatch } from '../../services/match';
import { requestSucceeded } from '../../services/adapter';

export default function MatchUpdateModal({
tournament_id,
Expand Down

0 comments on commit 89d1598

Please sign in to comment.