Clean up todo comment

This commit is contained in:
Angelo Stavrow 2022-07-24 06:22:29 -04:00
parent 669e07ecd9
commit 2017a5b437
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -56,7 +56,6 @@ struct WriteFreely_MultiPlatformApp: App {
helpMsg.append("\n\n\(errorMsg)") helpMsg.append("\n\n\(errorMsg)")
} }
// TODO: - Confirm copy for this alert
return Alert( return Alert(
title: Text("Crash Detected"), title: Text("Crash Detected"),
message: Text(helpMsg), message: Text(helpMsg),