about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-20 15:54:55 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-20 15:54:55 +0000
commit6d1307fdc742a34d390440b7ab9765f349347c84 (patch)
tree42c84ae0fd9a467091361073273f7d69c60369db
parent4c60d4d07014c4970dfdb7f6272ab2abadf035b9 (diff)
downloadvoidsky-6d1307fdc742a34d390440b7ab9765f349347c84.tar.zst
rm extra atom
-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,