feat: 포인트 내역 UI 추가
This commit is contained in:
@@ -242,6 +242,9 @@ struct ContentView: View {
|
||||
case .message:
|
||||
MessageView()
|
||||
|
||||
case .pointStatus(let refresh):
|
||||
PointStatusView(refresh: refresh)
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
.frame(width: 0, height: 0, alignment: .topLeading)
|
||||
|
||||
Reference in New Issue
Block a user