Skip to content

Commit 93d2f67

Browse files
committed
Delete unused code
1 parent 9a19487 commit 93d2f67

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

WooCommerce/Classes/ViewModels/Booking Details/HeaderContent.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ import struct Networking.Booking
33

44
extension BookingDetailsViewModel {
55
struct HeaderContent: Hashable {
6-
static let dateFormatter = {
7-
let dateFormatter = DateFormatter()
8-
dateFormatter.dateFormat = "dd/MM/yyyy, hh:mm a"
9-
return dateFormatter
10-
}()
11-
126
let bookingDate: String
137
let serviceName: String
148
let customerName: String

WooCommerce/Classes/ViewRelated/Bookings/Booking Details/BookingDetailsView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import SwiftUI
2-
import WooFoundation
32
import Networking
43

54
struct BookingDetailsView: View {

0 commit comments

Comments
 (0)