Skip to content

Commit

Permalink
Remove unnecessary #if DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 6, 2024
1 parent 3923e99 commit 8a1c723
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ENGAGEHF/Dashboard/Dashboard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ struct Dashboard: View {
}
}

#if DEBUG

#Preview {
Dashboard(presentingAccount: .constant(false))
}
#endif

0 comments on commit 8a1c723

Please sign in to comment.