aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/Profile.tsx
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2020-07-14 10:10:18 -0400
committerGitHub <noreply@github.com>2020-07-14 10:10:18 -0400
commit3547018e9f803a5ff747126e16b9ef559c3f95cf (patch)
tree6041b64fcedfb6885dafa1ee496641b85b34783a /src/screens/onboarding/Profile.tsx
parent5dee1e585353b6d7407f521dfa9186dbf10e8226 (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.tsx4
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',