Skip to content

Commit

Permalink
[CHORE/#204] 함수 전달 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Sep 9, 2024
1 parent 27adb74 commit 2c207d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fun SortingButton(
) {
Row(
modifier = modifier
.noRippleClickable { onCLick() },
.noRippleClickable(onCLick),
) {
Text(
text = stringResource(
Expand Down

0 comments on commit 2c207d9

Please sign in to comment.