udpate macos pdfviewer call

This commit is contained in:
Satindar Dhillon
2022-04-28 15:01:05 -07:00
parent 29c6193bda
commit 6f12941e32

View File

@ -357,11 +357,11 @@ import Utils
#elseif os(macOS)
struct PDFViewer: View {
let pdfURL: URL
let remoteURL: URL
let viewModel: PDFViewerViewModel
var body: some View {
Text(pdfURL.absoluteString)
Text(remoteURL.absoluteString)
}
}
#endif