Skip to content

Commit

Permalink
refactor: remove unnecessary props
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-ruxandra committed Jun 25, 2024
1 parent 8a07e58 commit 7bc4a5c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ import ProjectForm, {
} from 'terraso-mobile-client/screens/CreateProjectScreen/components/ProjectForm';
import {useDispatch} from 'terraso-mobile-client/store';

type Props = {};
export const CreateProjectForm = ({}: Props) => {
export const CreateProjectForm = () => {
const {t} = useTranslation();
const dispatch = useDispatch();
const navigation = useNavigation();
Expand Down

0 comments on commit 7bc4a5c

Please sign in to comment.