mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
Fix typo in search token
This commit is contained in:
parent
b24f632b56
commit
07bfa47d49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue