mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-02 23:47:30 +01:00
Fix typo in search token
This commit is contained in:
parent
b24f632b56
commit
07bfa47d49
@ -20,7 +20,7 @@ class ExploreViewModel: ObservableObject {
|
||||
enum Token: String, Identifiable {
|
||||
case user = "@user"
|
||||
case statuses = "@posts"
|
||||
case tag = "#hasgtag"
|
||||
case tag = "#hashtag"
|
||||
|
||||
var id: String {
|
||||
rawValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user