Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinyan11 committed Oct 10, 2024
1 parent 7df5346 commit 3da847b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import Navigation from '@libs/Navigation/Navigation';
import * as ReportUtils from '@libs/ReportUtils';
import tryResolveUrlFromApiRoot from '@libs/tryResolveUrlFromApiRoot';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import ROUTES from '@src/ROUTES';
import type {User} from '@src/types/onyx';
import ONYXKEYS from "@src/ONYXKEYS";

type ImageRendererWithOnyxProps = {
/** Current user */
Expand Down

0 comments on commit 3da847b

Please sign in to comment.