Skip to content
2 changes: 2 additions & 0 deletions Balance/Profile/ProfileView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ struct ProfileView: View {
print(error.localizedDescription)
case .success(let logs):
self.logs = logs
#if DEBUG
print("[ProfileView][loadLogs]: Dump: \(self.logs.toJSON())")
#endif
if self.logs.isEmpty {
logsIsEmpty = true
} else {
Expand Down
Loading