mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
mobile: fix warning
This commit is contained in:
@@ -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
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user