Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarparsi committed May 14, 2024
1 parent f880524 commit 1f01ef6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function ReportFooter({
onComposerBlur,
onComposerFocus,
}: ReportFooterProps) {

const styles = useThemeStyles();
const {isOffline} = useNetwork();
const {windowWidth, isSmallScreenWidth} = useWindowDimensions();
Expand Down
2 changes: 1 addition & 1 deletion src/types/onyx/ReportNameValuePairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import type * as OnyxCommon from './OnyxCommon';

type ReportNameValuePairs = OnyxCommon.OnyxValueWithOfflineFeedback<{
isArchived: boolean;
}>
}>;

export default ReportNameValuePairs;
2 changes: 1 addition & 1 deletion src/types/onyx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ import type RecentlyUsedTags from './RecentlyUsedTags';
import type RecentWaypoint from './RecentWaypoint';
import type ReimbursementAccount from './ReimbursementAccount';
import type Report from './Report';
import type ReportNameValuePairs from './ReportNameValuePairs';
import type {ReportActionBase, ReportActions} from './ReportAction';
import type ReportAction from './ReportAction';
import type ReportActionReactions from './ReportActionReactions';
import type ReportActionsDraft from './ReportActionsDraft';
import type ReportActionsDrafts from './ReportActionsDrafts';
import type ReportMetadata from './ReportMetadata';
import type ReportNameValuePairs from './ReportNameValuePairs';
import type ReportNextStep from './ReportNextStep';
import type ReportUserIsTyping from './ReportUserIsTyping';
import type Request from './Request';
Expand Down

0 comments on commit 1f01ef6

Please sign in to comment.