Skip to content

Commit

Permalink
Resolving #308
Browse files Browse the repository at this point in the history
  • Loading branch information
rapuckett committed Nov 4, 2024
1 parent 4f65a6d commit 67bf6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Save/Management/ManagementViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ManagementViewController: BaseTableViewController, UploadCellDelegate {
// MARK: UITableViewDataSource

override func numberOfSections(in tableView: UITableView) -> Int {
return 2
return 1
}

override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
Expand Down

0 comments on commit 67bf6f2

Please sign in to comment.