Skip to content

Commit

Permalink
Merge pull request #296 from Team-Ampersand/develop
Browse files Browse the repository at this point in the history
🔀 Deploy
  • Loading branch information
ws-071211 authored Oct 14, 2024
2 parents eca7dd8 + d8f4823 commit a886109
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Massage/organisms/MassageTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const MassageTable = () => {
<MassageList />
</S.ListWrapper>
) : (
<NullApplicstionItem Icon={CupIcon} message="" subMessage="" />
<NullApplicstionItem
Icon={CupIcon}
message="안마의자를 신청한 인원이 없습니다.."
subMessage="홈에서 안마의자 신청을 해보세요!"
/>
)}
</S.TableWrapper>
);
Expand Down

0 comments on commit a886109

Please sign in to comment.