This website works better with JavaScript.
Home
Explore
Help
Sign In
CCOM4030
/
Goodle
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Cleaned up stuff, added home screen after login or registration (search default for now)
Hector Carrion
3 years ago
parent
b3bca5dded
commit
2545670796
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
Comedores Sociales/View/Search/Search.swift
+ 0
- 1
Comedores Sociales/View/Search/Search.swift
View File
@@ -27,7 +27,6 @@ struct Search: View {
27
27
FoodCardView(item: item)
28
28
}
29
29
}
30
- .padding()
31
30
}
32
31
}
33
32
}