Skip to content

Commit 26014b7

Browse files
authored
Add a missing comma
1 parent 7a23f6e commit 26014b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const styles = StyleSheet.create({
4444
android: {
4545
backgroundColor: c.androidLightBackground,
4646
},
47-
})
47+
}),
4848
},
4949
})
5050

0 commit comments

Comments
 (0)