Update RiotSwiftUI/Modules/UserSessions/UserOtherSessions/UserOtherSessionsModels.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Aleksandrs Proskurins 2022-10-12 13:11:43 +03:00 committed by GitHub
parent 7015d12b78
commit a1ae4ec86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,6 @@ enum UserOtherSessionsSection: Hashable, Identifiable {
enum UserOtherSessionsViewAction {
case userOtherSessionSelected(sessionId: String)
case filerWasChanged
case filterWasChanged
case clearFilter
}