From 4b86377aab58119a0533721a24e0960e07674b96 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Sat, 25 Aug 2018 19:14:49 +0900 Subject: [PATCH] call sent --- .../User Interface/View/GmeContactsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift b/GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift index 51be90ed..275c3fa2 100644 --- a/GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift +++ b/GMERemittance/Module/GmeContacts/User Interface/View/GmeContactsViewController.swift @@ -127,7 +127,7 @@ extension GmeContactsViewController: UITableViewDataSource { let cell = tableView.dequeueReusableCell(withIdentifier: "GmeContactsTableViewCell") as! GmeContactsTableViewCell - cell.contact = self.contacts.elementAt(index: indexPath.row) + cell.contact = self.contacts.elementAt(index: indexPath.row - 1) cell.setup() return cell }