Skip to content

Commit

Permalink
fix: header little fix - icons aligned in a row
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Jan 27, 2025
1 parent be8346d commit 7db6d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ const Header: React.FunctionComponent<HeaderProps> = ({
marginHorizontal: 5,
}}>
{!noSyncingStatus && selectServer !== SelectServerEnum.offline && (
<View style={{ minHeight: 25 }}>
<View style={{ minHeight: 25, flexDirection: 'row' }}>
{netInfo.isConnected && !!syncingStatus.lastBlockServer && syncingStatus.syncID >= 0 ? (
<>
{!syncingStatus.inProgress && syncingStatus.lastBlockServer === syncingStatus.lastBlockWallet && (
Expand Down

0 comments on commit 7db6d80

Please sign in to comment.