mobile: fix warning

This commit is contained in:
Ammar Ahmed
2024-11-15 12:00:41 +05:00
parent c360fa8c9b
commit 008ce9222e

View File

@@ -83,7 +83,7 @@ const Intro = ({ navigation }) => {
> >
{item.headings?.map((heading) => ( {item.headings?.map((heading) => (
<Heading <Heading
key={heading} key={heading()}
style={{ style={{
marginBottom: 5 marginBottom: 5
}} }}