diff options
author | Husam Salhab <47015061+hsalhab@users.noreply.github.com> | 2020-07-14 10:10:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 10:10:18 -0400 |
commit | 3547018e9f803a5ff747126e16b9ef559c3f95cf (patch) | |
tree | 6041b64fcedfb6885dafa1ee496641b85b34783a /src/screens/onboarding/Profile.tsx | |
parent | 5dee1e585353b6d7407f521dfa9186dbf10e8226 (diff) |
Add linter to Github Actions (#18)
* added lint.yml
* updated to run on PRs
* uses yarn lint
* fixed linting error
* fixed some more linting
Diffstat (limited to 'src/screens/onboarding/Profile.tsx')
-rw-r--r-- | src/screens/onboarding/Profile.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/onboarding/Profile.tsx b/src/screens/onboarding/Profile.tsx index 5553fe7f..9b1dfd31 100644 --- a/src/screens/onboarding/Profile.tsx +++ b/src/screens/onboarding/Profile.tsx @@ -77,7 +77,7 @@ const styles = StyleSheet.create({ flex: 1, flexDirection: 'row', justifyContent: 'center', - alignItems: 'center' + alignItems: 'center', }, largeButton: { padding: 5, @@ -107,7 +107,7 @@ const styles = StyleSheet.create({ justifyContent: 'center', zIndex: 1, marginTop: '128%', - marginLeft: '30%' + marginLeft: '30%', }, addSmallProfilePicText: { fontWeight: 'bold', |