Skip to content

Commit

Permalink
feat: 검색창 placeholder 참여자 이름 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Jul 26, 2024
1 parent eabdf4c commit d646993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const MemberReportList = () => {

return (
<Flex flexDirection="column" gap="0.5rem" paddingInline="0.5rem">
<Input inputType="search" value={name} onChange={changeName} />
<Input inputType="search" value={name} onChange={changeName} placeholder="참여자 이름" />
<ExpenseList expenseList={memberReportSearchList} />
</Flex>
);
Expand Down

0 comments on commit d646993

Please sign in to comment.