-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66ee5e2
commit 6a99b25
Showing
5 changed files
with
89 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
export const mockForClubAlert = [ | ||
{ | ||
id: 1, | ||
type: "toast", | ||
content: "[구현 안됨]\n현재 납부하지 않은 회비가 1건 있습니다. \n - MT 비용", | ||
color: "#FF4E4E" | ||
} | ||
] | ||
|
||
export const mockForEventList = { | ||
"eventList" : [ | ||
{ | ||
"uuid": 1, | ||
"name" : "로딩중...", | ||
"balance" : 0 | ||
} | ||
] | ||
}; | ||
|
||
export const mockForEventUnfinished = { | ||
"eventFundingListDto": [ | ||
{ | ||
"eventId": "string", | ||
"name": "string", | ||
"totalPaymentAmount": 0, | ||
"paymentDeadline": "2024-07-23" | ||
} | ||
] | ||
} | ||
|
||
export const mockForEventUnfinishedCount = { | ||
"count": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters