Skip to content

Commit c62e68d

Browse files
author
Justin Warmkessel
committed
MHC-57 Remove unnecessary else block
1 parent 5d93f0c commit c62e68d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

APCAppCore/APCAppCore/UI/Onboarding/SignUp/APCAllSetContentViewController.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
128128
}
129129
}
130130
}
131-
else
132-
{
133-
cell.originalText = original;
134-
}
135131

136132
cell.icon = [UIImage imageNamed:@"tab_activities_selected"];
137133
}

0 commit comments

Comments
 (0)