Skip to content

Commit

Permalink
Fixed the conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ipraba committed Sep 29, 2016
2 parents 075dd48 + 64a1ef8 commit 3301ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/EPSignatureViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ open class EPSignatureViewController: UIViewController {
dateFormatter.dateFormat = "dd MMMM YYYY"
lblDate.text = dateFormatter.string(from: Date())
} else {
lblDate.isHidden = false
lblDate.isHidden = true
}

if showsSaveSignatureOption {
Expand Down

0 comments on commit 3301ebc

Please sign in to comment.