Fix typo in search token

This commit is contained in:
Thomas Ricouard 2022-12-30 12:56:20 +01:00
parent b24f632b56
commit 07bfa47d49

View file

@ -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