Skip to content

Commit

Permalink
refactor: remove unnecessary logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Jun 18, 2024
1 parent 9a87117 commit bdb63e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Mythic/Views/Navigation/Library/Library.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ struct LibraryView: View {

// MARK: - State Variables
@State private var isGameImportSheetPresented = false
@State private var legendaryStatus: JSON = JSON()
@State private var isDownloadsPopoverPresented: Bool = false

@State private var searchText: String = .init()

// MARK: - Body
var body: some View {
// GameListView(isRefreshCalled: $isGameListRefreshCalled, searchText: $searchText)
GameListEvo()
.navigationTitle("Library")

Expand All @@ -49,7 +44,7 @@ struct LibraryView: View {

// MARK: Refresh Button
Button {
_ = unifiedGames // getter updates computer property

} label: {
Image(systemName: "arrow.clockwise")
}
Expand Down

0 comments on commit bdb63e9

Please sign in to comment.