Skip to content

Commit

Permalink
fix: final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Sep 5, 2024
1 parent 2a933f9 commit c1b1669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/native/app/src/screens/home/applications-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const ApplicationsModule = React.memo(
{intl.formatMessage({ id: 'home.applicationsStatus' })}
</Heading>
</TouchableOpacity>
{loading ? (
{loading && !data ? (
<StatusCardSkeleton />
) : (
<>
Expand Down
1 change: 0 additions & 1 deletion apps/native/app/src/screens/home/vehicles-module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const VehiclesModule = React.memo(
: {
width: '100%',
paddingHorizontal: 0,
paddingRight: theme.spacing[2],
}
}
/>
Expand Down

0 comments on commit c1b1669

Please sign in to comment.