Browse Source

Cleaned up stuff, added home screen after login or registration (search default for now)

Hector Carrion 4 years ago
parent
commit
2545670796
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Comedores Sociales/View/Search/Search.swift

+ 0
- 1
Comedores Sociales/View/Search/Search.swift View File

27
                     FoodCardView(item: item)
27
                     FoodCardView(item: item)
28
                 }
28
                 }
29
             }
29
             }
30
-            .padding()
31
         }
30
         }
32
     }
31
     }
33
 }
32
 }