Skip to content

Commit

Permalink
mobile: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Nov 15, 2024
1 parent c360fa8 commit 008ce92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/app/components/intro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Intro = ({ navigation }) => {
>
{item.headings?.map((heading) => (
<Heading
key={heading}
key={heading()}
style={{
marginBottom: 5
}}
Expand Down

0 comments on commit 008ce92

Please sign in to comment.