diff --git a/src/App.tsx b/src/App.tsx index 0104099..381b41b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2571,7 +2571,7 @@ function App() { lineHeight: '15px', }} > - The Application

{' '} + The Application

{requestConnection?.hostname}

is requestion a connection @@ -2580,8 +2580,8 @@ function App() { @@ -2644,7 +2644,7 @@ function App() { lineHeight: '15px', }} > - The Application

{' '} + The Application

{requestConnection?.hostname}

requests authentication diff --git a/src/common/BoundedNumericTextField.tsx b/src/common/BoundedNumericTextField.tsx index f64c8ad..803011e 100644 --- a/src/common/BoundedNumericTextField.tsx +++ b/src/common/BoundedNumericTextField.tsx @@ -140,7 +140,7 @@ export const BoundedNumericTextField = ({ sx={{ color: theme.palette.text.primary, }} - />{' '} + /> {' '} + /> ) : ( diff --git a/src/components/Chat/MessageItem.tsx b/src/components/Chat/MessageItem.tsx index a50d312..a54ac70 100644 --- a/src/components/Chat/MessageItem.tsx +++ b/src/components/Chat/MessageItem.tsx @@ -468,7 +468,7 @@ export const MessageItem = memo( }} > {reaction} - {' '} + {numberOfReactions > 1 && ( - {' '} {errorMsg} - {' '} +
)} diff --git a/src/components/Embeds/ImageEmbed.tsx b/src/components/Embeds/ImageEmbed.tsx index 53bedc5..487fe25 100644 --- a/src/components/Embeds/ImageEmbed.tsx +++ b/src/components/Embeds/ImageEmbed.tsx @@ -177,7 +177,6 @@ export const ImageCard = ({ justifyContent: 'center', }} > - {' '} - {' '} - {`${poll?.votes?.totalVotes} ${ - poll?.votes?.totalVotes === 1 ? ' vote' : ' votes' - }`} + {poll?.votes?.totalVotes}{' '} + {poll?.votes?.totalVotes === 1 ? ' vote' : ' votes'} diff --git a/src/components/GeneralNotifications.tsx b/src/components/GeneralNotifications.tsx index 53e85a8..4164214 100644 --- a/src/components/GeneralNotifications.tsx +++ b/src/components/GeneralNotifications.tsx @@ -157,7 +157,7 @@ export const GeneralNotifications = ({ address }) => { sx={{ color: theme.palette.text.primary, }} - />{' '} + /> {formatDate(latestTx?.timestamp)} diff --git a/src/components/Group/BlockedUsersModal.tsx b/src/components/Group/BlockedUsersModal.tsx index e0a7b99..6bca8c2 100644 --- a/src/components/Group/BlockedUsersModal.tsx +++ b/src/components/Group/BlockedUsersModal.tsx @@ -412,7 +412,7 @@ export const BlockedUsersModal = () => { sx={{ color: theme.palette.text.primary, }} - />{' '} + /> {t('auth:message.generic.choose_block', { postProcess: 'capitalizeFirstChar', diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index f4091f2..607280e 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -2124,7 +2124,6 @@ export const Group = ({ width: '100%', }} > - {' '} {t('group:message.generic.encryption_key', { postProcess: 'capitalizeFirstChar', diff --git a/src/components/Group/HomeDesktop.tsx b/src/components/Group/HomeDesktop.tsx index f148be1..bcfff93 100644 --- a/src/components/Group/HomeDesktop.tsx +++ b/src/components/Group/HomeDesktop.tsx @@ -209,7 +209,7 @@ export const HomeDesktop = ({ sx={{ ccolor: theme.palette.text.primary, }} - />{' '} + /> {' '} + diff --git a/src/components/Save/Save.tsx b/src/components/Save/Save.tsx index 3d2b7cc..49a3761 100644 --- a/src/components/Save/Save.tsx +++ b/src/components/Save/Save.tsx @@ -307,8 +307,10 @@ export const Save = ({ isDesktop, disableWidth, myName }) => { {t('core:message.generic.settings', { postProcess: 'capitalizeFirstChar', })} - {' '} + + +