diff --git a/GME Remit/Modules/NotificationList/User Interface/View/NotificationListViewController.swift b/GME Remit/Modules/NotificationList/User Interface/View/NotificationListViewController.swift index f21c9e50..acdd0bea 100644 --- a/GME Remit/Modules/NotificationList/User Interface/View/NotificationListViewController.swift +++ b/GME Remit/Modules/NotificationList/User Interface/View/NotificationListViewController.swift @@ -81,7 +81,7 @@ extension NotificationListViewController: UITableViewDelegate, UITableViewDataSo func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let item = tableData[indexPath.row] - presenter?.updateNotification(rowId: item.rowID) + presenter?.updateNotification(rowId: item.rowID!) if item.isClickable == "Y" { guard let webController = UIStoryboard(name: "Storyboard", bundle: nil) .instantiateViewController(withIdentifier: "WebLinksViewController") as? WebLinksViewController