Skip to content

Commit

Permalink
Uploaded Trees -> List
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Jan 31, 2021
1 parent a1f1129 commit efeaf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tree Tracker/Screens/Trees/TreesViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class TreesViewModel: TableListViewModel {
private var supervisors: [Supervisor] = []

init(api: Api = CurrentEnvironment.api, database: Database = CurrentEnvironment.database) {
self.title = "Uploaded Trees"
self.title = "List"
self.api = api
self.database = database
self.data = []
Expand Down

0 comments on commit efeaf5e

Please sign in to comment.