Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivals committed Mar 13, 2024
1 parent d469f7d commit d763438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/SampleView/SampleFormStep1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import AppTextInput from 'src/components/_app/AppTextInput/AppTextInput';
import { useForm } from 'src/hooks/useForm';
import { useCreateSampleMutation } from 'src/services/sample.service';

interface Props {}

const SampleFormStep1 = ({}: Props) => {
const SampleFormStep1 = () => {
const navigate = useNavigate();

const [resytalId, setResytalId] = useState('');
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/views/SampleView/SampleFormStep3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ interface Props {
}

const SampleFormStep3 = ({ sample }: Props) => {
const submit = async (e: React.MouseEvent<HTMLElement>) => {};

return (
<div>
<p>
Expand Down

0 comments on commit d763438

Please sign in to comment.