hide separator for legacy template

This commit is contained in:
Pfeil, Scott Robert 2019-02-01 13:30:07 -05:00
parent 271d164cda
commit 0e3f775210

View File

@ -20,6 +20,7 @@
- (void)newDataBuildScreen {
[super newDataBuildScreen];
[self.topLabelsView.headlineLabel setFontH1:YES];
[self.topLabelsView.separatorView hide];
}
- (void)initialLoad {