This website works better with JavaScript.
首頁
探索
說明
登入
CCOM4030
/
Goodle
關註
2
收藏
1
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Cleaned up stuff, added home screen after login or registration (search default for now)
Hector Carrion
4 年之前
父節點
b3bca5dded
當前提交
2545670796
共有
1 個文件被更改
,包括
0 次插入
和
1 次删除
分割檢視
顯示文件統計
0
1
Comedores Sociales/View/Search/Search.swift
+ 0
- 1
Comedores Sociales/View/Search/Search.swift
查看文件
@@ -27,7 +27,6 @@ struct Search: View {
27
27
FoodCardView(item: item)
28
28
}
29
29
}
30
- .padding()
31
30
}
32
31
}
33
32
}