about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/Login/ChooseAccountForm.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/Login/ChooseAccountForm.tsx b/src/screens/Login/ChooseAccountForm.tsx
index 600a640ca..d90675f9e 100644
--- a/src/screens/Login/ChooseAccountForm.tsx
+++ b/src/screens/Login/ChooseAccountForm.tsx
@@ -153,7 +153,6 @@ export const ChooseAccountForm = ({
                 style={[
                   a.flex_1,
                   a.flex_row,
-                  a.flex_row,
                   a.align_center,
                   {height: 48},
                   (hovered || pressed) && t.atoms.bg_contrast_25,