diff --git a/apps/mobile/src/components/ContactsRow/index.tsx b/apps/mobile/src/components/ContactsRow/index.tsx index 77285907..4a8eaa60 100644 --- a/apps/mobile/src/components/ContactsRow/index.tsx +++ b/apps/mobile/src/components/ContactsRow/index.tsx @@ -43,4 +43,4 @@ export const ContactsRow: React.FC = ({ ); -}; \ No newline at end of file +}; diff --git a/apps/mobile/src/components/ContactsRow/styles.ts b/apps/mobile/src/components/ContactsRow/styles.ts index 7b460540..64a90264 100644 --- a/apps/mobile/src/components/ContactsRow/styles.ts +++ b/apps/mobile/src/components/ContactsRow/styles.ts @@ -47,4 +47,4 @@ export default ThemedStyleSheet((theme) => ({ textAlign: 'center', width: '100%', }, -})); \ No newline at end of file +})); diff --git a/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/index.tsx b/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/index.tsx index 7809c593..17bcbdf4 100644 --- a/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/index.tsx +++ b/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/index.tsx @@ -99,4 +99,4 @@ export const FormPrivateMessage: React.FC = ({ ); -}; \ No newline at end of file +}; diff --git a/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/styles.ts b/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/styles.ts index 0af3973a..fabfddce 100644 --- a/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/styles.ts +++ b/apps/mobile/src/components/PrivateMessages/FormPrivateMessage/styles.ts @@ -48,4 +48,4 @@ export default ThemedStyleSheet((theme) => ({ flex: 1, width: 'auto', }, -})); \ No newline at end of file +})); diff --git a/apps/mobile/src/modules/Contacts/ContactList.tsx b/apps/mobile/src/modules/Contacts/ContactList.tsx index f70208b3..a4d0fe87 100644 --- a/apps/mobile/src/modules/Contacts/ContactList.tsx +++ b/apps/mobile/src/modules/Contacts/ContactList.tsx @@ -339,4 +339,4 @@ export const ContactList: React.FC = ({onClose}) => { ); -}; \ No newline at end of file +}; diff --git a/apps/mobile/src/modules/Contacts/styles.ts b/apps/mobile/src/modules/Contacts/styles.ts index b50e2020..842f8e5d 100644 --- a/apps/mobile/src/modules/Contacts/styles.ts +++ b/apps/mobile/src/modules/Contacts/styles.ts @@ -162,4 +162,4 @@ export default (theme: Theme) => backgroundColor: 'rgba(0, 0, 0, 0.5)', justifyContent: 'flex-end', }, - }); \ No newline at end of file + }); diff --git a/apps/mobile/src/modules/DirectMessages/index.tsx b/apps/mobile/src/modules/DirectMessages/index.tsx index c07a00f4..ce6699bf 100644 --- a/apps/mobile/src/modules/DirectMessages/index.tsx +++ b/apps/mobile/src/modules/DirectMessages/index.tsx @@ -92,4 +92,4 @@ export const DirectMessages: React.FC = () => { {activeTab === 'contacts' && setActiveTab('messages')} />} ); -}; \ No newline at end of file +}; diff --git a/apps/mobile/src/modules/DirectMessages/styles.ts b/apps/mobile/src/modules/DirectMessages/styles.ts index cc3f3c4c..21fd5de8 100644 --- a/apps/mobile/src/modules/DirectMessages/styles.ts +++ b/apps/mobile/src/modules/DirectMessages/styles.ts @@ -19,4 +19,4 @@ export default ThemedStyleSheet((theme) => ({ bottom: Spacing.large, right: Spacing.pagePadding, }, -})); \ No newline at end of file +})); diff --git a/apps/mobile/src/types/tab.ts b/apps/mobile/src/types/tab.ts index ee35203b..b03d5d94 100644 --- a/apps/mobile/src/types/tab.ts +++ b/apps/mobile/src/types/tab.ts @@ -354,4 +354,4 @@ export const TABS_ONBOARDING_WALLET: {screen?: string; title: string; tab: Selec screen: 'Portfolio', tab: SelectedTab.PORTFOLIO, }, -]; \ No newline at end of file +];