Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Sep 21, 2023
1 parent ff8653f commit 073af5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/Profile/DisplayNamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import compose from '../../../libs/compose';
import * as ErrorUtils from '../../../libs/ErrorUtils';
import ROUTES from '../../../ROUTES';
import Navigation from '../../../libs/Navigation/Navigation';
import FormProvider from "../../../components/Form/FormProvider";
import InputWrapper from "../../../components/Form/InputWrapper";
import FormProvider from '../../../components/Form/FormProvider';
import InputWrapper from '../../../components/Form/InputWrapper';

const propTypes = {
...withLocalizePropTypes,
Expand Down

0 comments on commit 073af5d

Please sign in to comment.