Skip to content

Commit a1e06df

Browse files
César Albercafacebook-github-bot
authored andcommitted
Removed extra semicolon
Summary: Closes #13389 Differential Revision: D4854128 Pulled By: hramos fbshipit-source-id: bd7d0d12eae51fed31cf4bc2260b8c4f447e08c8
1 parent 6f8ce41 commit a1e06df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class MainScreen extends React.Component {
4848
<Button
4949
title="Go to Jane's profile"
5050
onPress={() =>
51-
navigate('Profile', { name: 'Jane' });
51+
navigate('Profile', { name: 'Jane' })
5252
}
5353
/>
5454
);

0 commit comments

Comments
 (0)