Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Setting initial value for subtitleText back to nil since we aren't sh…
Browse files Browse the repository at this point in the history
…owing an error initially
  • Loading branch information
chitowncrispy committed Oct 31, 2019
1 parent 3dabcde commit 31c8d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Scenes/ModalDetail/Send/SendViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final class SendViewModel: NSObject {

let method: SendMethod

let subtitleText = Observable<String?>(L10n.Scene.Send.sendAmountTooSmall)
let subtitleText = Observable<String?>(nil)
let isSubtitleTextWarning = Observable(false)

var amount: Satoshi? {
Expand Down

0 comments on commit 31c8d9d

Please sign in to comment.