Skip to content

Commit

Permalink
Fix mobile preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Papa committed Oct 15, 2024
1 parent d4293ac commit 5570f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/screens/User/UserDashboardScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export default function UserDashboardScreen(props: any) {
</View>

{/* animal cards */}
<Text>Test</Text>
<HealthCard
handlerName={userInfo?.firstName + " " + userInfo?.lastName}
animalName={animalInfo?.name as string}
Expand Down

0 comments on commit 5570f6a

Please sign in to comment.