Skip to content

Commit

Permalink
missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenade committed May 30, 2024
1 parent 5ad9f78 commit 19e7a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun SearchMenuFilters(
fullCallback: () -> Unit, // Callback function when the full filter is toggled
sortByCallback: (Int) -> Unit, // Callback function when the sort by filter is changed
timeFilterCallback: (Float, Float) -> Unit, // Callback function when the time filter is changed
mode: MapOrListMode // The current display mode (map or list)
mode: MapOrListMode, // The current display mode (map or list)
followedAssociations: List<String>,
selectedAssociation: Int,
associationCallback: (Int) -> Unit
Expand Down

0 comments on commit 19e7a3a

Please sign in to comment.