Skip to content

Commit

Permalink
[FEAT/#294] fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Oct 21, 2024
1 parent 9aca783 commit 65a1fff
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ fun HomeFilteringScreen(
)
.align(Alignment.CenterVertically)
.noRippleClickable {
amplitudeTracker.track(type = EventType.CLICK, name = "home_filtering")
amplitudeTracker.track(
type = EventType.CLICK,
name = "home_filtering"
)
onChangeFilterClick()
},
) {
Expand Down

0 comments on commit 65a1fff

Please sign in to comment.