Skip to content

Commit

Permalink
IOS-2829 Fix dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatovv committed Jul 22, 2024
1 parent 7974219 commit 181bf0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct DebugMenuView: View {
model.onDebugRunProfiler()
}

AsyncStandardButton(text: "Debug stat 🫵🐭", style: .secondaryLarge) {
AsyncStandardButton("Debug stat 🫵🐭", style: .secondaryLarge) {
UIImpactFeedbackGenerator(style: .heavy).impactOccurred()
try await model.onSpaceDebug()
}
Expand Down

0 comments on commit 181bf0a

Please sign in to comment.