We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1210098 commit c3275c3Copy full SHA for c3275c3
src/templates/ber/layouts/ReserveList.tsx
@@ -11,7 +11,9 @@ const ReserveList = ({ reserveList }: BerReserveListProps) => {
11
{reserveList.map((reserve) => (
12
<BerReserveListItem key={reserve.id}>
13
<BerReserveInformationContainer>
14
- <BerReserveInformationText>베르 {reserve.berNumber}실 예약</BerReserveInformationText>
+ <BerReserveInformationText>
15
+ 베르 {reserve.berNumber}실 예약
16
+ </BerReserveInformationText>
17
<BerReserveInformationBox>
18
<BerReserveInformationText>
19
<UserNameText>{reserve.user.name}</UserNameText> 님 |
0 commit comments